]> code.delx.au - gnu-emacs/blobdiff - lispref/minibuf.texi
(display_tool_bar_line): Skip glyphs which are too big
[gnu-emacs] / lispref / minibuf.texi
index 2fca6cc04b8aa60ea4a438088bdf14e9a9817e8b..20a049f037bac1c4668ebd897aff515dad3ef6ec 100644 (file)
@@ -460,6 +460,14 @@ However, if @var{keep-all} is non-@code{nil}, that says not to remove
 duplicates, and to add @var{newelt} to the list even if it is empty.
 @end defun
 
+@defvar history-add-new-input
+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
 The value of this variable specifies the maximum length for all
 history lists that don't specify their own maximum lengths.  If the