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, 14 Feb 2005 05:17:32 -0500

Index: emacs/lispref/minibuf.texi
diff -c emacs/lispref/minibuf.texi:1.54 emacs/lispref/minibuf.texi:1.55
*** emacs/lispref/minibuf.texi:1.54     Sat Nov 20 22:08:39 2004
--- emacs/lispref/minibuf.texi  Mon Feb 14 10:17:32 2005
***************
*** 111,117 ****
    Most often, the minibuffer is used to read text as a string.  It can
  also be used to read a Lisp object in textual form.  The most basic
  primitive for minibuffer input is @code{read-from-minibuffer}; it can do
! either one.
  
    In most cases, you should not call minibuffer input functions in the
  middle of a Lisp function.  Instead, do all minibuffer input as part of
--- 111,118 ----
    Most often, the minibuffer is used to read text as a string.  It can
  also be used to read a Lisp object in textual form.  The most basic
  primitive for minibuffer input is @code{read-from-minibuffer}; it can do
! either one.  There are also specialized commands for reading
! commands, variables, file names, etc. (@pxref{Completion}).
  
    In most cases, you should not call minibuffer input functions in the
  middle of a Lisp function.  Instead, do all minibuffer input as part of
***************
*** 234,242 ****
--- 235,245 ----
  @code{abort-recursive-edit}
  
  @item @kbd{M-n}
+ @itemx @key{DOWN}
  @code{next-history-element}
  
  @item @kbd{M-p}
+ @itemx @key{UP}
  @code{previous-history-element}
  
  @item @kbd{M-s}




reply via email to

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