]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (choose-completion): Doc fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Feb 2014 06:58:34 +0000 (22:58 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Feb 2014 06:58:34 +0000 (22:58 -0800)
Fixes: debbugs:14160
lisp/ChangeLog
lisp/simple.el

index 19c19fe77fae8a1d1d865d304b9bd635b8ff4795..27b313d7c7889b434ca1c601269cee9340272e50 100644 (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
index 1bb0ca46ecda93778d97f185469fb4eddeb85e76..c20bf134639401e9eaae28211b40e23051974c96 100644 (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.