aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-29 04:39:37 +0000
committerRichard M. Stallman1995-10-29 04:39:37 +0000
commit2770e862654891fb6d48fcd2bee15a0c58a35268 (patch)
treedfc8307a69a290e51bd04294c55841a503b873b1
parent9d40ebd2443bb2ec1db0284b6738897e41917c6a (diff)
downloademacs-2770e862654891fb6d48fcd2bee15a0c58a35268.tar.gz
emacs-2770e862654891fb6d48fcd2bee15a0c58a35268.zip
Minor fix in minibuffer-complete-and-exit.
-rw-r--r--lispref/minibuf.texi2
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
735This function completes the minibuffer contents, and exits if 735This function completes the minibuffer contents, and exits if
736confirmation is not required, i.e., if 736confirmation 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
739immediately---the command is programmed to work without confirmation 739immediately---the command is programmed to work without confirmation
740when run twice in succession. 740when run twice in succession.