aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-09-20 17:33:55 +0300
committerEli Zaretskii2020-09-20 17:33:55 +0300
commit02a31c9632693b882e46b6dbdd2653297bbfdead (patch)
treed29e93eff7d31216543fda69a1a8ee5649f5a8a8
parentf750def7785a548d4be3aa27071ac47219f7a4e2 (diff)
downloademacs-02a31c9632693b882e46b6dbdd2653297bbfdead.tar.gz
emacs-02a31c9632693b882e46b6dbdd2653297bbfdead.zip
Minor improvement in the ELisp manual's Introduction
* doc/lispref/intro.texi (Printing Notation): Clarify what "execute code" means in this context. (Bug#43463)
-rw-r--r--doc/lispref/intro.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 8e4fbc7c31f..0dc7c804e72 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -249,7 +249,8 @@ indicated with @samp{@equiv{}}.
249 249
250 Many of the examples in this manual print text when they are 250 Many of the examples in this manual print text when they are
251evaluated. If you execute example code in a Lisp Interaction buffer 251evaluated. If you execute example code in a Lisp Interaction buffer
252(such as the buffer @file{*scratch*}), the printed text is inserted into 252(such as the buffer @file{*scratch*}) by typing @kbd{C-j} after the
253closing parenthesis of the example, the printed text is inserted into
253the buffer. If you execute the example by other means (such as by 254the buffer. If you execute the example by other means (such as by
254evaluating the function @code{eval-region}), the printed text is 255evaluating the function @code{eval-region}), the printed text is
255displayed in the echo area. 256displayed in the echo area.