]> code.delx.au - gnu-emacs/commitdiff
(Minibuffer History) <history-add-new-input>: Reword variable's description.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Jun 2006 08:28:03 +0000 (08:28 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Jun 2006 08:28:03 +0000 (08:28 +0000)
lispref/minibuf.texi

index 0409796a8825b1ea286753ff1434d6251ea5c0de..20a049f037bac1c4668ebd897aff515dad3ef6ec 100644 (file)
@@ -461,9 +461,11 @@ duplicates, and to add @var{newelt} to the list even if it is empty.
 @end defun
 
 @defvar history-add-new-input
-The value of this variable @code{nil} means that standard functions
-that read from the minibuffer don't add new elements to the history
-list, so it is possible to do this explicitly by using @code{add-to-history}.
+If the value of this variable is @code{nil}, standard functions that
+read from the minibuffer don't add new elements to the history list.
+This lets Lisp programs explicitly manage input history by using
+@code{add-to-history}.  By default, @code{history-add-new-input} is
+set to a non-@code{nil} value.
 @end defvar
 
 @defvar history-length