diff lisp/simple.el @ 7373:451602bf12e4

(minibuffer-history-sexp-flag): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Sat, 07 May 1994 01:17:18 +0000
parents 7a0395228878
children 58372be37e3a
line wrap: on
line diff
--- a/lisp/simple.el	Sat May 07 00:22:05 1994 +0000
+++ b/lisp/simple.el	Sat May 07 01:17:18 1994 +0000
@@ -442,7 +442,7 @@
 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)