comparison lispref/minibuf.texi @ 71121:f9586be49e8e

(Minibuffer History): Add history-add-new-input.
author Juri Linkov <juri@jurta.org>
date Wed, 31 May 2006 22:02:33 +0000
parents 5817e6ec700c
children a9ed660d87cc
comparison
equal deleted inserted replaced
71120:3c66cf4b4ded 71121:f9586be49e8e
458 history list if @code{history-delete-duplicates} is non-@code{nil}. 458 history list if @code{history-delete-duplicates} is non-@code{nil}.
459 However, if @var{keep-all} is non-@code{nil}, that says not to remove 459 However, if @var{keep-all} is non-@code{nil}, that says not to remove
460 duplicates, and to add @var{newelt} to the list even if it is empty. 460 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
464 The value of this variable @code{nil} means that standard functions
465 that read from the minibuffer don't add new elements to the history
466 list, so it is possible to do this explicitly by using @code{add-to-history}.
467 @end defvar
468
463 @defvar history-length 469 @defvar history-length
464 The value of this variable specifies the maximum length for all 470 The value of this variable specifies the maximum length for all
465 history lists that don't specify their own maximum lengths. If the 471 history lists that don't specify their own maximum lengths. If the
466 value is @code{t}, that means there no maximum (don't delete old 472 value is @code{t}, that means there no maximum (don't delete old
467 elements). The value of @code{history-length} property of the history 473 elements). The value of @code{history-length} property of the history