diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-11-01 15:52:18 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-11-01 15:52:18 +0000 |
commit | 79ddc9c971569b56505443c338639350ba0a5a5f (patch) | |
tree | 66af53e24b58c1bda6a385def536b241c0e7bab8 /lispref/intro.texi | |
parent | 111259b445a73512ea8df2826622836cb169f587 (diff) | |
download | emacs-79ddc9c971569b56505443c338639350ba0a5a5f.tar.gz |
Patch from rms.
Diffstat (limited to 'lispref/intro.texi')
-rw-r--r-- | lispref/intro.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lispref/intro.texi b/lispref/intro.texi index b0e563f3fd2..0c8dd06966a 100644 --- a/lispref/intro.texi +++ b/lispref/intro.texi @@ -650,8 +650,7 @@ evaluated. If you execute example code in a Lisp Interaction buffer (such as the buffer @samp{*scratch*}), the printed text is inserted into the buffer. If you execute the example by other means (such as by evaluating the function @code{eval-region}), the printed text is -displayed in the echo area. You should be aware that text displayed in -the echo area is truncated to a single line. +displayed in the echo area. Examples in this manual indicate printed text with @samp{@print{}}, irrespective of where that text goes. The value returned by evaluating |