# HG changeset patch # User Glenn Morris # Date 1271749040 25200 # Node ID a7c97cc14b522e14f9121ebbfcc1302b563f592e # Parent c3a1d1b47790cdd266fa8dd5b560f94a981266de * minibuffer.el (completion-at-point): Doc fix. diff -r c3a1d1b47790 -r a7c97cc14b52 lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 19 21:29:37 2010 -0400 +++ b/lisp/ChangeLog Tue Apr 20 00:37:20 2010 -0700 @@ -1,3 +1,7 @@ +2010-04-20 Glenn Morris + + * minibuffer.el (completion-at-point): Doc fix. + 2010-04-18 Chong Yidong * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't diff -r c3a1d1b47790 -r a7c97cc14b52 lisp/minibuffer.el --- 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)))