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, 08 Sep 2004 16:27:49 -0400

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.49 emacs/lispref/minibuf.texi:1.50
*** emacs/lispref/minibuf.texi:1.49     Sat Aug  7 01:00:05 2004
--- emacs/lispref/minibuf.texi  Wed Sep  8 20:14:47 2004
***************
*** 450,456 ****
  @code{history-length} specifies the maximum length for most history
  lists.  To specify a different maximum length for a particular history
  list, put the length in the @code{history-length} property of the
! history list symbol.
  
  @defvar history-length
  The value of this variable specifies the maximum length for all
--- 450,457 ----
  @code{history-length} specifies the maximum length for most history
  lists.  To specify a different maximum length for a particular history
  list, put the length in the @code{history-length} property of the
! history list symbol.  The variable @code{history-delete-duplicates}
! specifies whether to delete duplicates in history.
  
  @defvar history-length
  The value of this variable specifies the maximum length for all
***************
*** 459,464 ****
--- 460,470 ----
  elements).
  @end defvar
  
+ @defvar history-delete-duplicates
+ If the value of this variable is @code{t}, that means when adding a
+ new history element, all previous identical elements are deleted.
+ @end defvar
+ 
    Here are some of the standard minibuffer history list variables:
  
  @defvar minibuffer-history




reply via email to

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