]> git.eshelyaron.com Git - emacs.git/commitdiff
(Output Functions): Fix print example.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Nov 2004 00:32:33 +0000 (00:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Nov 2004 00:32:33 +0000 (00:32 +0000)
lispref/streams.texi

index fd9b13e84efdcf6f8df40895f73799ebc228030e..599416fe6794296bbc0fc17202c7c3c7b84d1f3d 100644 (file)
@@ -574,7 +574,6 @@ characters are used.  @code{print} returns @var{object}.  For example:
      @print{} "the hat"
      @print{}
      @print{} " came back"
-     @print{}
      @result{} " came back"
 @end group
 @end example