]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor improvement in the ELisp manual's Introduction
authorEli Zaretskii <eliz@gnu.org>
Sun, 20 Sep 2020 14:33:55 +0000 (17:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 20 Sep 2020 14:33:55 +0000 (17:33 +0300)
* doc/lispref/intro.texi (Printing Notation): Clarify what
"execute code" means in this context.  (Bug#43463)

doc/lispref/intro.texi

index 8e4fbc7c31fd83d4a7bffd3a1adf90e6d7ea554c..0dc7c804e7275d0dc8a4fc88d6c8eea26be32472 100644 (file)
@@ -249,7 +249,8 @@ indicated with @samp{@equiv{}}.
 
   Many of the examples in this manual print text when they are
 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
 evaluating the function @code{eval-region}), the printed text is
 displayed in the echo area.