emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/minibuf.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Sat, 03 Jun 2006 08:28:03 +0000

Index: emacs/lispref/minibuf.texi
diff -u emacs/lispref/minibuf.texi:1.84 emacs/lispref/minibuf.texi:1.85
--- emacs/lispref/minibuf.texi:1.84     Wed May 31 22:02:33 2006
+++ emacs/lispref/minibuf.texi  Sat Jun  3 08:28:03 2006
@@ -461,9 +461,11 @@
 @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
address@hidden  By default, @code{history-add-new-input} is
+set to a address@hidden value.
 @end defvar
 
 @defvar history-length




reply via email to

[Prev in Thread] Current Thread [Next in Thread]