Mercurial > emacs
changeset 70937:5817e6ec700c
(Text from Minibuffer): Undocument keep-all.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 25 May 2006 22:57:50 +0000 |
parents | 83ce2ddffd16 |
children | eb752cf09c8b |
files | lispref/minibuf.texi |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/minibuf.texi Thu May 25 21:57:12 2006 +0000 +++ b/lispref/minibuf.texi Thu May 25 22:57:50 2006 +0000 @@ -110,7 +110,7 @@ reading the arguments for a command, in the @code{interactive} specification. @xref{Defining Commands}. -@defun read-from-minibuffer prompt-string &optional initial-contents keymap read hist default inherit-input-method keep-all +@defun 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 non-@code{nil}, then it uses @@ -162,9 +162,6 @@ Representations}) from whichever buffer was current before entering the minibuffer. -If @var{keep-all} is non-@code{nil}, even empty and duplicate inputs -are added to the history list. - Use of @var{initial-contents} is mostly deprecated; we recommend using a non-@code{nil} value only in conjunction with specifying a cons cell for @var{hist}. @xref{Initial Input}.