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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Wed, 31 May 2006 22:02:33 +0000

Index: emacs/lispref/minibuf.texi
diff -u emacs/lispref/minibuf.texi:1.83 emacs/lispref/minibuf.texi:1.84
--- emacs/lispref/minibuf.texi:1.83     Thu May 25 22:57:50 2006
+++ emacs/lispref/minibuf.texi  Wed May 31 22:02:33 2006
@@ -460,6 +460,12 @@
 duplicates, and to add @var{newelt} to the list even if it is empty.
 @end defun
 
address@hidden 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}.
address@hidden defvar
+
 @defvar history-length
 The value of this variable specifies the maximum length for all
 history lists that don't specify their own maximum lengths.  If the




reply via email to

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