emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112252: * simple.el (choose-completi


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112252: * simple.el (choose-completion-string): Fix docstring (bug#14163).
Date: Tue, 09 Apr 2013 11:36:25 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112252
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Tue 2013-04-09 11:36:25 +0200
message:
  * simple.el (choose-completion-string): Fix docstring (bug#14163).
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-04-08 02:21:59 +0000
+++ b/lisp/ChangeLog    2013-04-09 09:36:25 +0000
@@ -1,3 +1,7 @@
+2013-04-09  Bastien Guerry  <address@hidden>
+
+       * simple.el (choose-completion-string): Fix docstring (bug#14163).
+
 2013-04-08  Stefan Monnier  <address@hidden>
 
        * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2013-03-17 15:00:37 +0000
+++ b/lisp/simple.el    2013-04-09 09:36:25 +0000
@@ -6628,7 +6628,9 @@
 (defun choose-completion-string (choice &optional
                                         buffer base-position insert-function)
   "Switch to BUFFER and insert the completion choice CHOICE.
-BASE-POSITION, says where to insert the completion."
+BASE-POSITION says where to insert the completion.
+INSERT-FUNCTION says how to insert the completion and falls
+back on `completion-list-insert-choice-function' when nil."
 
   ;; If BUFFER is the minibuffer, exit the minibuffer
   ;; unless it is reading a file name and CHOICE is a directory,


reply via email to

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