1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

* simple.el (choose-completion): Doc fix.

Fixes: debbugs:14160
This commit is contained in:
Lars Ingebrigtsen 2014-02-09 22:58:34 -08:00
parent 410155240f
commit e3692ee034
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
* simple.el (choose-completion): Doc fix (bug#14160).
* subr.el (event-start): Say what a nil EVENT value means.
* kmacro.el (kmacro-bind-to-key): Say that the parameter is unused

View File

@ -6913,7 +6913,8 @@ With prefix argument N, move N items (negative N means move backward)."
(setq n (1+ n))))))
(defun choose-completion (&optional event)
"Choose the completion at point."
"Choose the completion at point.
If EVENT, use EVENTs position to determine the starting position."
(interactive (list last-nonmenu-event))
;; In case this is run via the mouse, give temporary modes such as
;; isearch a chance to turn off.