aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 4bf1edf801f..74821ae3116 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -677,7 +677,7 @@ to get different commands to edit and resubmit."
677This is used for all minibuffer input 677This is used for all minibuffer input
678except when an alternate history list is specified.") 678except when an alternate history list is specified.")
679(defvar minibuffer-history-sexp-flag nil 679(defvar minibuffer-history-sexp-flag nil
680 "Non-nil when doing history operations on `command-history'. 680 "Non-nil when doing history operations on the variable `command-history'.
681More generally, indicates that the history list being acted on 681More generally, indicates that the history list being acted on
682contains expressions rather than strings. 682contains expressions rather than strings.
683It is only valid if its value equals the current minibuffer depth, 683It is only valid if its value equals the current minibuffer depth,