Minor improvement in the ELisp manual's Introduction

* doc/lispref/intro.texi (Printing Notation): Clarify what
"execute code" means in this context.  (Bug#43463)
This commit is contained in:
Eli Zaretskii 2020-09-20 17:33:55 +03:00
parent f750def778
commit 02a31c9632

View file

@ -249,7 +249,8 @@ indicated with @samp{@equiv{}}.
Many of the examples in this manual print text when they are Many of the examples in this manual print text when they are
evaluated. If you execute example code in a Lisp Interaction buffer evaluated. If you execute example code in a Lisp Interaction buffer
(such as the buffer @file{*scratch*}), the printed text is inserted into (such as the buffer @file{*scratch*}) by typing @kbd{C-j} after the
closing parenthesis of the example, the printed text is inserted into
the buffer. If you execute the example by other means (such as by the buffer. If you execute the example by other means (such as by
evaluating the function @code{eval-region}), the printed text is evaluating the function @code{eval-region}), the printed text is
displayed in the echo area. displayed in the echo area.