emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 02a31c9: Minor improvement in the ELisp manual's Introduction


From: Eli Zaretskii
Subject: emacs-27 02a31c9: Minor improvement in the ELisp manual's Introduction
Date: Sun, 20 Sep 2020 10:34:20 -0400 (EDT)

branch: emacs-27
commit 02a31c9632693b882e46b6dbdd2653297bbfdead
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Minor improvement in the ELisp manual's Introduction
    
    * doc/lispref/intro.texi (Printing Notation): Clarify what
    "execute code" means in this context.  (Bug#43463)
---
 doc/lispref/intro.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 8e4fbc7..0dc7c80 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]