]> git.eshelyaron.com Git - emacs.git/commitdiff
* minibuffer.el (completion-at-point): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 20 Apr 2010 07:37:20 +0000 (00:37 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 20 Apr 2010 07:37:20 +0000 (00:37 -0700)
lisp/ChangeLog
lisp/minibuffer.el

index 975194703ebeb3f460d64d43ffab69bb335e2618..46196e85a650887c5c809c759073a5ced0ecb6df 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-20  Glenn Morris  <rgm@gnu.org>
+
+       * minibuffer.el (completion-at-point): Doc fix.
+
 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
 
        * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't
index 9c252134692c89a8a41796917787772ea935e601..93a222053f6c2f9df375fcca7797160805ff242e 100644 (file)
@@ -1163,7 +1163,9 @@ Currently supported properties are:
  `:annotation-function' the value to use for `completion-annotate-function'.")
 
 (defun completion-at-point ()
-  "Complete the thing at point according to local mode."
+  "Complete the thing at point according to local mode.
+This runs the hook `completion-at-point-functions' until a member returns
+non-nil."
   (interactive)
   (let ((res (run-hook-with-args-until-success
               'completion-at-point-functions)))