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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi [lexbind]
Date: Wed, 15 Sep 2004 20:37:40 -0400

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.29.2.10 
emacs/lispref/minibuf.texi:1.29.2.11
*** emacs/lispref/minibuf.texi:1.29.2.10        Sat Sep  4 09:21:45 2004
--- emacs/lispref/minibuf.texi  Thu Sep 16 00:12:22 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]