Mercurial > emacs
changeset 13319:ce09d77f76a6
Minor fix in minibuffer-complete-and-exit.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Oct 1995 04:39:37 +0000 |
parents | 94a4b6e9d310 |
children | e0f3a961851a |
files | lispref/minibuf.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/minibuf.texi Sun Oct 29 04:38:08 1995 +0000 +++ b/lispref/minibuf.texi Sun Oct 29 04:39:37 1995 +0000 @@ -734,7 +734,7 @@ @deffn Command minibuffer-complete-and-exit This function completes the minibuffer contents, and exits if confirmation is not required, i.e., if -@code{minibuffer-completion-confirm} is non-@code{nil}. If confirmation +@code{minibuffer-completion-confirm} is @code{nil}. If confirmation @emph{is} required, it is given by repeating this command immediately---the command is programmed to work without confirmation when run twice in succession.