# HG changeset patch # User Karl Heuer # Date 768273438 0 # Node ID 451602bf12e48f9f7b7f153e11c9dece16c121ef # Parent fb05d6911dccf1ff006382e560caa80f596ba381 (minibuffer-history-sexp-flag): Doc fix. diff -r fb05d6911dcc -r 451602bf12e4 lisp/simple.el --- 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)