emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 f7f4ea9: Clarify documentation of 'values'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 f7f4ea9: Clarify documentation of 'values'
Date: Fri, 11 Dec 2015 08:20:58 +0000

branch: emacs-25
commit f7f4ea9f6b59add5ae083e59c82f9e8a33eab45c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Clarify documentation of 'values'
    
    * doc/lispref/eval.texi (Eval): Clarify that 'values' are not
    updated by any evaluation commands in 'lisp-interaction-mode'.
    (Bug#22056)
---
 doc/lispref/eval.texi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi
index 662737b..dfad9fb 100644
--- a/doc/lispref/eval.texi
+++ b/doc/lispref/eval.texi
@@ -834,9 +834,9 @@ The value of this variable is a list of the values returned 
by all the
 expressions that were read, evaluated, and printed from buffers
 (including the minibuffer) by the standard Emacs commands which do
 this.  (Note that this does @emph{not} include evaluation in
address@hidden buffers, nor evaluation using @kbd{C-j} in
address@hidden)  The elements are ordered most recent
-first.
address@hidden buffers, nor evaluation using @kbd{C-j}, @kbd{C-x C-e},
+and similar evaluation commands in @code{lisp-interaction-mode}.)  The
+elements are ordered most recent first.
 
 @example
 @group



reply via email to

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