aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-06-03 08:28:03 +0000
committerEli Zaretskii2006-06-03 08:28:03 +0000
commite7818a4a1fffbb56db506881771f37d6c92cb59e (patch)
tree9e1f9668d70841e7eba72e24adea7016bc9e952b
parentfabcf455104c1fed5db99510ac2bec2aad6018b7 (diff)
downloademacs-e7818a4a1fffbb56db506881771f37d6c92cb59e.tar.gz
emacs-e7818a4a1fffbb56db506881771f37d6c92cb59e.zip
(Minibuffer History) <history-add-new-input>: Reword variable's description.
-rw-r--r--lispref/minibuf.texi8
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
464The value of this variable @code{nil} means that standard functions 464If the value of this variable is @code{nil}, standard functions that
465that read from the minibuffer don't add new elements to the history 465read from the minibuffer don't add new elements to the history list.
466list, so it is possible to do this explicitly by using @code{add-to-history}. 466This lets Lisp programs explicitly manage input history by using
467@code{add-to-history}. By default, @code{history-add-new-input} is
468set to a non-@code{nil} value.
467@end defvar 469@end defvar
468 470
469@defvar history-length 471@defvar history-length