diff options
| author | Eli Zaretskii | 2015-12-11 10:20:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-11 10:20:16 +0200 |
| commit | f7f4ea9f6b59add5ae083e59c82f9e8a33eab45c (patch) | |
| tree | d7a1e48944dc7c06894681c7b7e5049d69fdde17 | |
| parent | 1143016d04d8a0c5df467022d7208b71d593fd90 (diff) | |
| download | emacs-f7f4ea9f6b59add5ae083e59c82f9e8a33eab45c.tar.gz emacs-f7f4ea9f6b59add5ae083e59c82f9e8a33eab45c.zip | |
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)
| -rw-r--r-- | 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 662737b754e..dfad9fb709d 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 | |||
| 834 | expressions that were read, evaluated, and printed from buffers | 834 | expressions that were read, evaluated, and printed from buffers |
| 835 | (including the minibuffer) by the standard Emacs commands which do | 835 | (including the minibuffer) by the standard Emacs commands which do |
| 836 | this. (Note that this does @emph{not} include evaluation in | 836 | this. (Note that this does @emph{not} include evaluation in |
| 837 | @file{*ielm*} buffers, nor evaluation using @kbd{C-j} in | 837 | @file{*ielm*} buffers, nor evaluation using @kbd{C-j}, @kbd{C-x C-e}, |
| 838 | @code{lisp-interaction-mode}.) The elements are ordered most recent | 838 | and similar evaluation commands in @code{lisp-interaction-mode}.) The |
| 839 | first. | 839 | elements are ordered most recent first. |
| 840 | 840 | ||
| 841 | @example | 841 | @example |
| 842 | @group | 842 | @group |