From 3d10e1343d65341d4d48633e0b561df86787c438 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 1 Sep 2012 00:28:24 -0400 Subject: [PATCH] * lisp/minibuffer.el (completion-at-point-functions): Complete docstring. Fixes: debbugs:12254 --- lisp/ChangeLog | 5 +++++ lisp/minibuffer.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68bb8e06e87..c5b866e9d54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-09-01 Stefan Monnier + + * minibuffer.el (completion-at-point-functions): Complete docstring + (bug#12254). + 2012-09-01 Paul Eggert Better seed support for (random). diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index cc2638d58de..a696fff7dc7 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -1821,7 +1821,9 @@ Currently supported properties are all the properties that can appear in `:predicate' a predicate that completion candidates need to satisfy. `:exclusive' If `no', means that if the completion table fails to match the text at point, then instead of reporting a completion - failure, the completion should try the next completion function.") + failure, the completion should try the next completion function. +As is the case with most hooks, the functions are responsible to preserve +things like point and current buffer.") (defvar completion--capf-misbehave-funs nil "List of functions found on `completion-at-point-functions' that misbehave. -- 2.39.2