Mercurial > emacs
changeset 41215:e4e7371d61e9
(minibuffer-history-sexp-flag): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Nov 2001 22:28:30 +0000 |
parents | 3b4ba194d2cd |
children | 0346096bfd02 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sat Nov 17 21:41:54 2001 +0000 +++ b/lisp/simple.el Sat Nov 17 22:28:30 2001 +0000 @@ -677,7 +677,7 @@ This is used for all minibuffer input except when an alternate history list is specified.") (defvar minibuffer-history-sexp-flag nil - "Non-nil when doing history operations on `command-history'. + "Non-nil when doing history operations on the variable `command-history'. More generally, indicates that the history list being acted on contains expressions rather than strings. It is only valid if its value equals the current minibuffer depth,