# HG changeset patch # User Richard M. Stallman # Date 1100997153 0 # Node ID 914a0d13f0bf80ff117fdfea35dda052d8c6980b # Parent a54b2a5402d6bcb6694a9ea57f7a2e8bf9d19186 (Output Functions): Fix print example. diff -r a54b2a5402d6 -r 914a0d13f0bf lispref/streams.texi --- 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