Mercurial > hg > xemacs-beta
diff man/lispref/streams.texi @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 05472e90ae02 |
children | 360340f9fd5f |
line wrap: on
line diff
--- a/man/lispref/streams.texi Mon Aug 13 09:00:04 2007 +0200 +++ b/man/lispref/streams.texi Mon Aug 13 09:02:59 2007 +0200 @@ -483,8 +483,8 @@ @group last-output - @result{} (?\n ?\" ?t ?u ?p ?t ?u ?o ?\ ?e ?h ?t - ?\ ?s ?i ?\ ?s ?i ?h ?T ?\" ?\n) + @result{} (10 34 116 117 112 116 117 111 32 101 104 + 116 32 115 105 32 115 105 104 84 34 10) @end group @end example @@ -752,7 +752,7 @@ that is, those which were made with @code{make-symbol} or by calling @code{intern} with a second argument. -When @code{print-gensym} is true, such symbols will be preceded by +When @code{print-gensym} is true, such symbols will be preceeded by @samp{#:}, which causes the reader to create a new symbol instead of interning and returning an existing one. Beware: The @samp{#:} syntax creates a new symbol each time it is seen, so if you print an object