diff options
| author | Karl Heuer | 1994-05-07 01:17:18 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-05-07 01:17:18 +0000 |
| commit | c2d4b6d94433f983cb40035f3b1d9f4b38e577b6 (patch) | |
| tree | f03d201b1c6f0ea93c5d0cce79ee4f927b53ad2a | |
| parent | 172d2c6e6ead8293557f203dd3be3fd125ad7b2e (diff) | |
| download | emacs-c2d4b6d94433f983cb40035f3b1d9f4b38e577b6.tar.gz emacs-c2d4b6d94433f983cb40035f3b1d9f4b38e577b6.zip | |
(minibuffer-history-sexp-flag): Doc fix.
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 442 | This is used for all minibuffer input | 442 | This is used for all minibuffer input |
| 443 | except when an alternate history list is specified.") | 443 | except when an alternate history list is specified.") |
| 444 | (defvar minibuffer-history-sexp-flag nil | 444 | (defvar minibuffer-history-sexp-flag nil |
| 445 | "Nonzero when doing history operations on `command-history'. | 445 | "Non-nil when doing history operations on `command-history'. |
| 446 | More generally, indicates that the history list being acted on | 446 | More generally, indicates that the history list being acted on |
| 447 | contains expressions rather than strings.") | 447 | contains expressions rather than strings.") |
| 448 | (setq minibuffer-history-variable 'minibuffer-history) | 448 | (setq minibuffer-history-variable 'minibuffer-history) |