emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116393: * simple.el (choose-completion): Doc fix.


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116393: * simple.el (choose-completion): Doc fix.
Date: Mon, 10 Feb 2014 06:59:58 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116393
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14160
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2014-02-09 22:58:34 -0800
message:
  * simple.el (choose-completion): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/simple.el                 simple.el-20091113204419-o5vbwnq5f7feedwu-403
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-10 06:56:03 +0000
+++ b/lisp/ChangeLog    2014-02-10 06:58:34 +0000
@@ -1,5 +1,7 @@
 2014-02-10  Lars Ingebrigtsen  <address@hidden>
 
+       * 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

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2014-02-10 01:34:22 +0000
+++ b/lisp/simple.el    2014-02-10 06:58:34 +0000
@@ -6913,7 +6913,8 @@
        (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]