summaryrefslogtreecommitdiff
path: root/lispref/streams.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-26 20:24:51 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-26 20:24:51 +0000
commit05fd2b657637064d8a7ac7d0f55642c7a6d819df (patch)
treee8791d345b9a75487ca9cc00a5837428addd9305 /lispref/streams.texi
parent7791402edc21aed4f73894d1dbe2b2718a1cfb6f (diff)
downloademacs-05fd2b657637064d8a7ac7d0f55642c7a6d819df.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/streams.texi')
-rw-r--r--lispref/streams.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi
index af3787f579d..22c9c89ae33 100644
--- a/lispref/streams.texi
+++ b/lispref/streams.texi
@@ -3,13 +3,13 @@
@c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../info/streams
-@node Streams, Minibuffers, Debugging, Top
+@node Read and Print, Minibuffers, Debugging, Top
@comment node-name, next, previous, up
@chapter Reading and Printing Lisp Objects
@dfn{Printing} and @dfn{reading} are the operations of converting Lisp
objects to textual form and vice versa. They use the printed
-representations and read syntax described in @ref{Types of Lisp Object}.
+representations and read syntax described in @ref{Lisp Data Types}.
This chapter describes the Lisp functions for reading and printing.
It also describes @dfn{streams}, which specify where to get the text (if