diff lisp/minibuffer.el @ 108320:a7c97cc14b52

* minibuffer.el (completion-at-point): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 20 Apr 2010 00:37:20 -0700
parents 17966fd41dcf
children 973b5bc5fcfe 0eedefa853ee
line wrap: on
line diff
--- a/lisp/minibuffer.el	Mon Apr 19 21:29:37 2010 -0400
+++ b/lisp/minibuffer.el	Tue Apr 20 00:37:20 2010 -0700
@@ -1163,7 +1163,9 @@
  `: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)))