Mercurial > emacs
changeset 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 | c3a1d1b47790 |
children | 497767b878dc |
files | lisp/ChangeLog lisp/minibuffer.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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)))