aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/minibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index bf18adf361b..411416b1bfa 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -2045,7 +2045,7 @@ This respects the wrapper hook `completion-in-region-functions'."
2045 2045
2046(defvar completion-at-point-functions '(tags-completion-at-point-function) 2046(defvar completion-at-point-functions '(tags-completion-at-point-function)
2047 "Special hook to find the completion table for the thing at point. 2047 "Special hook to find the completion table for the thing at point.
2048Each function on this hook is called in turns without any argument and should 2048Each function on this hook is called in turn without any argument and should
2049return either nil to mean that it is not applicable at point, 2049return either nil to mean that it is not applicable at point,
2050or a function of no argument to perform completion (discouraged), 2050or a function of no argument to perform completion (discouraged),
2051or a list of the form (START END COLLECTION . PROPS) where 2051or a list of the form (START END COLLECTION . PROPS) where