Mercurial > emacs
changeset 102614:ac174f1dba45
(minibuffer-complete-and-exit): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 17 Mar 2009 04:39:09 +0000 |
parents | 6ad401530f1f |
children | 6192629dc5c9 |
files | lisp/minibuffer.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/minibuffer.el Tue Mar 17 04:39:00 2009 +0000 +++ b/lisp/minibuffer.el Tue Mar 17 04:39:09 2009 +0000 @@ -539,8 +539,9 @@ confirmed. If `minibuffer-completion-confirm' is `confirm-after-completion', do not try to complete; instead, ask for confirmation if the - preceding minibuffer command was `minibuffer-complete', and - accept the input otherwise." + preceding minibuffer command was a member of + `minibuffer-confirm-exit-commands', and accept the input + otherwise." (interactive) (let ((beg (field-beginning)) (end (field-end)))