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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/minibuf.texi
Date: Sat, 20 Nov 2004 17:17:52 -0500

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.53 emacs/lispref/minibuf.texi:1.54
*** emacs/lispref/minibuf.texi:1.53     Tue Nov 16 17:27:48 2004
--- emacs/lispref/minibuf.texi  Sat Nov 20 22:08:39 2004
***************
*** 118,124 ****
  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
  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
--- 118,124 ----
  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
  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
***************
*** 170,175 ****
--- 170,178 ----
  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]