From e3692ee0348f19dfc4b5376a34af0e229b60bd5c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 9 Feb 2014 22:58:34 -0800 Subject: [PATCH] * simple.el (choose-completion): Doc fix. Fixes: debbugs:14160 --- lisp/ChangeLog | 2 ++ lisp/simple.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19c19fe77f..27b313d7c7 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 1bb0ca46ec..c20bf13463 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. -- 2.20.1