aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-05-07 01:17:18 +0000
committerKarl Heuer1994-05-07 01:17:18 +0000
commitc2d4b6d94433f983cb40035f3b1d9f4b38e577b6 (patch)
treef03d201b1c6f0ea93c5d0cce79ee4f927b53ad2a
parent172d2c6e6ead8293557f203dd3be3fd125ad7b2e (diff)
downloademacs-c2d4b6d94433f983cb40035f3b1d9f4b38e577b6.tar.gz
emacs-c2d4b6d94433f983cb40035f3b1d9f4b38e577b6.zip
(minibuffer-history-sexp-flag): Doc fix.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 7ebdbf033eb..ad8ead703fe 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -442,7 +442,7 @@ to get different commands to edit and resubmit."
442This is used for all minibuffer input 442This is used for all minibuffer input
443except when an alternate history list is specified.") 443except when an alternate history list is specified.")
444(defvar minibuffer-history-sexp-flag nil 444(defvar minibuffer-history-sexp-flag nil
445 "Nonzero when doing history operations on `command-history'. 445 "Non-nil when doing history operations on `command-history'.
446More generally, indicates that the history list being acted on 446More generally, indicates that the history list being acted on
447contains expressions rather than strings.") 447contains expressions rather than strings.")
448(setq minibuffer-history-variable 'minibuffer-history) 448(setq minibuffer-history-variable 'minibuffer-history)