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: Mon, 30 Jun 2003 06:41:12 -0400

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.33 emacs/lispref/minibuf.texi:1.34
*** emacs/lispref/minibuf.texi:1.33     Wed Apr 16 01:05:32 2003
--- emacs/lispref/minibuf.texi  Mon Jun 30 06:41:12 2003
***************
*** 184,195 ****
  @code{read-from-minibuffer}.  The keymap used is
  @code{minibuffer-local-map}.
  
! The optional argument @var{history}, if non-nil, specifies a history
! list and optionally the initial position in the list.  The optional
! argument @var{default} specifies a default value to return if the user
! enters null input; it should be a string.  The optional argument
! @var{inherit-input-method} specifies whether to inherit the current
! buffer's input method.
  
  This function is a simplified interface to the
  @code{read-from-minibuffer} function:
--- 184,195 ----
  @code{read-from-minibuffer}.  The keymap used is
  @code{minibuffer-local-map}.
  
! The optional argument @var{history}, if address@hidden, specifies a
! history list and optionally the initial position in the list.  The
! optional argument @var{default} specifies a default value to return if
! the user enters null input; it should be a string.  The optional
! argument @var{inherit-input-method} specifies whether to inherit the
! current buffer's input method.
  
  This function is a simplified interface to the
  @code{read-from-minibuffer} function:




reply via email to

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