]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify documentation of 'values'
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Dec 2015 08:20:16 +0000 (10:20 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Dec 2015 08:20:16 +0000 (10:20 +0200)
* 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

index 662737b754e89e0d6318090cc03ad0b364ec6bfb..dfad9fb709df9f808e9b3bad4cb9e5734771ee3e 100644 (file)
@@ -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
-@file{*ielm*} buffers, nor evaluation using @kbd{C-j} in
-@code{lisp-interaction-mode}.)  The elements are ordered most recent
-first.
+@file{*ielm*} 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