diff options
| author | Eli Zaretskii | 2006-06-03 08:28:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-06-03 08:28:03 +0000 |
| commit | e7818a4a1fffbb56db506881771f37d6c92cb59e (patch) | |
| tree | 9e1f9668d70841e7eba72e24adea7016bc9e952b | |
| parent | fabcf455104c1fed5db99510ac2bec2aad6018b7 (diff) | |
| download | emacs-e7818a4a1fffbb56db506881771f37d6c92cb59e.tar.gz emacs-e7818a4a1fffbb56db506881771f37d6c92cb59e.zip | |
(Minibuffer History) <history-add-new-input>: Reword variable's description.
| -rw-r--r-- | lispref/minibuf.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 0409796a882..20a049f037b 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -461,9 +461,11 @@ duplicates, and to add @var{newelt} to the list even if it is empty. | |||
| 461 | @end defun | 461 | @end defun |
| 462 | 462 | ||
| 463 | @defvar history-add-new-input | 463 | @defvar history-add-new-input |
| 464 | The value of this variable @code{nil} means that standard functions | 464 | If the value of this variable is @code{nil}, standard functions that |
| 465 | that read from the minibuffer don't add new elements to the history | 465 | read from the minibuffer don't add new elements to the history list. |
| 466 | list, so it is possible to do this explicitly by using @code{add-to-history}. | 466 | This lets Lisp programs explicitly manage input history by using |
| 467 | @code{add-to-history}. By default, @code{history-add-new-input} is | ||
| 468 | set to a non-@code{nil} value. | ||
| 467 | @end defvar | 469 | @end defvar |
| 468 | 470 | ||
| 469 | @defvar history-length | 471 | @defvar history-length |