From: Lars Ingebrigtsen Date: Mon, 10 Feb 2014 06:58:34 +0000 (-0800) Subject: * simple.el (choose-completion): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3692ee0348f19dfc4b5376a34af0e229b60bd5c;p=emacs.git * simple.el (choose-completion): Doc fix. Fixes: debbugs:14160 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19c19fe77fa..27b313d7c78 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-10 Lars Ingebrigtsen + * 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 diff --git a/lisp/simple.el b/lisp/simple.el index 1bb0ca46ecd..c20bf134639 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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.