From: Karl Heuer Date: Sat, 7 May 1994 01:17:18 +0000 (+0000) Subject: (minibuffer-history-sexp-flag): Doc fix. X-Git-Tag: emacs-19.34~8480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2d4b6d94433f983cb40035f3b1d9f4b38e577b6;p=emacs.git (minibuffer-history-sexp-flag): Doc fix. --- 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." 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)