diff options
| author | Eli Zaretskii | 2020-09-20 17:33:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-09-20 17:33:55 +0300 |
| commit | 02a31c9632693b882e46b6dbdd2653297bbfdead (patch) | |
| tree | d29e93eff7d31216543fda69a1a8ee5649f5a8a8 | |
| parent | f750def7785a548d4be3aa27071ac47219f7a4e2 (diff) | |
| download | emacs-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.texi | 3 |
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 |
| 251 | evaluated. If you execute example code in a Lisp Interaction buffer | 251 | evaluated. 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 |
| 253 | closing parenthesis of the example, the printed text is inserted into | ||
| 253 | the buffer. If you execute the example by other means (such as by | 254 | the buffer. If you execute the example by other means (such as by |
| 254 | evaluating the function @code{eval-region}), the printed text is | 255 | evaluating the function @code{eval-region}), the printed text is |
| 255 | displayed in the echo area. | 256 | displayed in the echo area. |