Mercurial > emacs
diff man/mini.texi @ 38870:d44abb4e68b2
Don't use "print" for displaying a message.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 20 Aug 2001 04:20:06 +0000 |
| parents | 4d3fd773cd30 |
| children | 523edbd58655 |
line wrap: on
line diff
--- a/man/mini.texi Mon Aug 20 04:18:06 2001 +0000 +++ b/man/mini.texi Mon Aug 20 04:20:06 2001 +0000 @@ -46,10 +46,10 @@ anything. @item -If in the minibuffer you use a command whose purpose is to print a -message in the echo area, such as @kbd{C-x =}, the message is printed -normally, and the minibuffer is hidden for a while. It comes back -after a few seconds, or as soon as you type anything. +If in the minibuffer you use a command whose purpose is to display a +message in the echo area, such as @kbd{C-x =}, the message hides the +minibuffer for a while. The minibuffer contents come back after a few +seconds, or as soon as you type anything. @item Echoing of keystrokes does not take place while the minibuffer is in @@ -254,7 +254,7 @@ Submit the text in the minibuffer as the argument, possibly completing first as described below (@code{minibuffer-complete-and-exit}). @item ? -Print a list of all possible completions of the text in the minibuffer +Display a list of all possible completions of the text in the minibuffer (@code{minibuffer-list-completions}). @end table
