changeset 58370:914a0d13f0bf

(Output Functions): Fix print example.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Nov 2004 00:32:33 +0000
parents a54b2a5402d6
children 656195249167
files lispref/streams.texi
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/streams.texi	Sun Nov 21 00:30:34 2004 +0000
+++ b/lispref/streams.texi	Sun Nov 21 00:32:33 2004 +0000
@@ -574,7 +574,6 @@
      @print{} "the hat"
      @print{}
      @print{} " came back"
-     @print{}
      @result{} " came back"
 @end group
 @end example