]> git.eshelyaron.com Git - emacs.git/commitdiff
(minibuffer-history-sexp-flag): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sat, 7 May 1994 01:17:18 +0000 (01:17 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 7 May 1994 01:17:18 +0000 (01:17 +0000)
lisp/simple.el

index 7ebdbf033eb6412e978ef46fe1d7572d514152e8..ad8ead703feef68cf27df9e1c6e91b4e44ef0461 100644 (file)
@@ -442,7 +442,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
-  "Nonzero when doing history operations on `command-history'.
+  "Non-nil when doing history operations on `command-history'.
 More generally, indicates that the history list being acted on
 contains expressions rather than strings.")
 (setq minibuffer-history-variable 'minibuffer-history)