diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-21 00:32:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-21 00:32:33 +0000 |
commit | 6802f1e3bba07ba17eddf72a4ec7c6e05dad7471 (patch) | |
tree | f771e0704aaa34f27d9398b5e63159a2e2ada0b9 | |
parent | dd52536905cd828dadab6478e68f8ba81f494636 (diff) | |
download | emacs-6802f1e3bba07ba17eddf72a4ec7c6e05dad7471.tar.gz |
(Output Functions): Fix print example.
-rw-r--r-- | lispref/streams.texi | 1 |
1 files changed, 0 insertions, 1 deletions
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 |