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: Thu, 25 May 2006 22:57:50 +0000

Index: emacs/lispref/minibuf.texi
diff -u emacs/lispref/minibuf.texi:1.82 emacs/lispref/minibuf.texi:1.83
--- emacs/lispref/minibuf.texi:1.82     Wed May 17 22:23:17 2006
+++ emacs/lispref/minibuf.texi  Thu May 25 22:57:50 2006
@@ -110,7 +110,7 @@
 reading the arguments for a command, in the @code{interactive}
 specification.  @xref{Defining Commands}.
 
address@hidden read-from-minibuffer prompt-string &optional initial-contents 
keymap read hist default inherit-input-method keep-all
address@hidden read-from-minibuffer prompt-string &optional initial-contents 
keymap read hist default inherit-input-method
 This function is the most general way to get input through the
 minibuffer.  By default, it accepts arbitrary text and returns it as a
 string; however, if @var{read} is address@hidden, then it uses
@@ -162,9 +162,6 @@
 Representations}) from whichever buffer was current before entering the
 minibuffer.
 
-If @var{keep-all} is address@hidden, even empty and duplicate inputs
-are added to the history list.
-
 Use of @var{initial-contents} is mostly deprecated; we recommend using
 a address@hidden value only in conjunction with specifying a cons cell
 for @var{hist}.  @xref{Initial Input}.




reply via email to

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