emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lispref on history-add-new-input


From: Kim F. Storm
Subject: Lispref on history-add-new-input
Date: Thu, 01 Jun 2006 10:04:53 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

What about this change?

*** minibuf.texi        01 Jun 2006 00:18:51 +0200      1.84
--- minibuf.texi        01 Jun 2006 10:03:45 +0200      
***************
*** 461,469 ****
  @end defun
  
  @defvar 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}.
  @end defvar
  
  @defvar history-length
--- 461,470 ----
  @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,
! allowing code to explicitly manage the history by using
! @code{add-to-history}.
  @end defvar
  
  @defvar history-length

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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