diff options
| author | Richard M. Stallman | 1995-10-29 04:39:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-29 04:39:37 +0000 |
| commit | 2770e862654891fb6d48fcd2bee15a0c58a35268 (patch) | |
| tree | dfc8307a69a290e51bd04294c55841a503b873b1 | |
| parent | 9d40ebd2443bb2ec1db0284b6738897e41917c6a (diff) | |
| download | emacs-2770e862654891fb6d48fcd2bee15a0c58a35268.tar.gz emacs-2770e862654891fb6d48fcd2bee15a0c58a35268.zip | |
Minor fix in minibuffer-complete-and-exit.
| -rw-r--r-- | lispref/minibuf.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi index 44db6db55c2..b4fd597f496 100644 --- a/lispref/minibuf.texi +++ b/lispref/minibuf.texi | |||
| @@ -734,7 +734,7 @@ This function completes the minibuffer contents as far as possible. | |||
| 734 | @deffn Command minibuffer-complete-and-exit | 734 | @deffn Command minibuffer-complete-and-exit |
| 735 | This function completes the minibuffer contents, and exits if | 735 | This function completes the minibuffer contents, and exits if |
| 736 | confirmation is not required, i.e., if | 736 | confirmation is not required, i.e., if |
| 737 | @code{minibuffer-completion-confirm} is non-@code{nil}. If confirmation | 737 | @code{minibuffer-completion-confirm} is @code{nil}. If confirmation |
| 738 | @emph{is} required, it is given by repeating this command | 738 | @emph{is} required, it is given by repeating this command |
| 739 | immediately---the command is programmed to work without confirmation | 739 | immediately---the command is programmed to work without confirmation |
| 740 | when run twice in succession. | 740 | when run twice in succession. |