]> git.eshelyaron.com Git - emacs.git/commitdiff
(minibuffer-history-sexp-flag): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Nov 2001 22:28:30 +0000 (22:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Nov 2001 22:28:30 +0000 (22:28 +0000)
lisp/simple.el

index 4bf1edf801f67761e90254c2bf5c4c97a25fc390..74821ae31169fbd972edbeecc5963836a4b7f0c7 100644 (file)
@@ -677,7 +677,7 @@ to get different commands to edit and resubmit."
 This is used for all minibuffer input
 except when an alternate history list is specified.")
 (defvar minibuffer-history-sexp-flag nil
-  "Non-nil when doing history operations on `command-history'.
+  "Non-nil when doing history operations on the variable `command-history'.
 More generally, indicates that the history list being acted on
 contains expressions rather than strings.
 It is only valid if its value equals the current minibuffer depth,