Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
90810a8e
Commit
90810a8e
authored
Mar 17, 2009
by
Chong Yidong
Browse files
(minibuffer-complete-and-exit): Doc fix.
parent
761023b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/minibuffer.el
lisp/minibuffer.el
+3
-2
No files found.
lisp/minibuffer.el
View file @
90810a8e
...
...
@@ -539,8 +539,9 @@ If `minibuffer-completion-confirm' is `confirm', do not try to
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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment