Mercurial > emacs
changeset 7373:451602bf12e4
(minibuffer-history-sexp-flag): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 07 May 1994 01:17:18 +0000 |
parents | fb05d6911dcc |
children | e3cca19763ae |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)