aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/eval.texi6
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
834expressions that were read, evaluated, and printed from buffers 834expressions 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
836this. (Note that this does @emph{not} include evaluation in 836this. (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 838and similar evaluation commands in @code{lisp-interaction-mode}.) The
839first. 839elements are ordered most recent first.
840 840
841@example 841@example
842@group 842@group