* 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 9751947..46196e8 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 9c25213..93a2220 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)))