diff options
| author | Richard M. Stallman | 2001-11-17 22:28:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-17 22:28:30 +0000 |
| commit | e02e6f75023e94cf8d07bfbc08f801ce0ecb3ad7 (patch) | |
| tree | e8fe182aed7623f39520fb8c31ee8bc8d221819b | |
| parent | 91c153e21f56f7ac76b00a70eb6388f3aaa7f869 (diff) | |
| download | emacs-e02e6f75023e94cf8d07bfbc08f801ce0ecb3ad7.tar.gz emacs-e02e6f75023e94cf8d07bfbc08f801ce0ecb3ad7.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 4bf1edf801f..74821ae3116 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -677,7 +677,7 @@ to get different commands to edit and resubmit." | |||
| 677 | This is used for all minibuffer input | 677 | This is used for all minibuffer input |
| 678 | except when an alternate history list is specified.") | 678 | except when an alternate history list is specified.") |
| 679 | (defvar minibuffer-history-sexp-flag nil | 679 | (defvar minibuffer-history-sexp-flag nil |
| 680 | "Non-nil when doing history operations on `command-history'. | 680 | "Non-nil when doing history operations on the variable `command-history'. |
| 681 | More generally, indicates that the history list being acted on | 681 | More generally, indicates that the history list being acted on |
| 682 | contains expressions rather than strings. | 682 | contains expressions rather than strings. |
| 683 | It is only valid if its value equals the current minibuffer depth, | 683 | It is only valid if its value equals the current minibuffer depth, |