summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-11-21 00:32:33 +0000
committerRichard M. Stallman <rms@gnu.org>2004-11-21 00:32:33 +0000
commit6802f1e3bba07ba17eddf72a4ec7c6e05dad7471 (patch)
treef771e0704aaa34f27d9398b5e63159a2e2ada0b9
parentdd52536905cd828dadab6478e68f8ba81f494636 (diff)
downloademacs-6802f1e3bba07ba17eddf72a4ec7c6e05dad7471.tar.gz
(Output Functions): Fix print example.
-rw-r--r--lispref/streams.texi1
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