diff options
| author | Juri Linkov | 2006-05-31 22:02:33 +0000 |
|---|---|---|
| committer | Juri Linkov | 2006-05-31 22:02:33 +0000 |
| commit | a8ccd062c46e6a23555422f27d0bb9102f354619 (patch) | |
| tree | 45edb41d072b5071278a248321d2dec81e5d2c8d | |
| parent | 179a4ca7f903042317f9ea514d6647bcdd74a568 (diff) | |
| download | emacs-a8ccd062c46e6a23555422f27d0bb9102f354619.tar.gz emacs-a8ccd062c46e6a23555422f27d0bb9102f354619.zip | |
(Minibuffer History): Add history-add-new-input.
| -rw-r--r-- | lispref/minibuf.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 2fca6cc04b8..0409796a882 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -460,6 +460,12 @@ However, if @var{keep-all} is non-@code{nil}, that says not to remove | |||
| 460 | duplicates, and to add @var{newelt} to the list even if it is empty. | 460 | 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 | ||
| 464 | The value of this variable @code{nil} means that standard functions | ||
| 465 | that read from the minibuffer don't add new elements to the history | ||
| 466 | list, so it is possible to do this explicitly by using @code{add-to-history}. | ||
| 467 | @end defvar | ||
| 468 | |||
| 463 | @defvar history-length | 469 | @defvar history-length |
| 464 | The value of this variable specifies the maximum length for all | 470 | The value of this variable specifies the maximum length for all |
| 465 | history lists that don't specify their own maximum lengths. If the | 471 | history lists that don't specify their own maximum lengths. If the |