From: Richard M. Stallman Date: Sun, 21 Nov 2004 00:32:33 +0000 (+0000) Subject: (Output Functions): Fix print example. X-Git-Tag: ttn-vms-21-2-B4~3800 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6802f1e3bba07ba17eddf72a4ec7c6e05dad7471;p=emacs.git (Output Functions): Fix print example. --- diff --git a/lispref/streams.texi b/lispref/streams.texi index fd9b13e84ef..599416fe679 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi @@ -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