aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2015-07-08 13:57:15 +0300
committerDmitry Gutov2015-07-08 13:57:40 +0300
commit7aea6aa63e68cf7bff4bbfa0713b6db209050e36 (patch)
tree20f41a805c34cd7c773633f52b9db402029cfecb
parente4dd6e8da1eaf5b564e0305fa8be638dc02e65f5 (diff)
downloademacs-7aea6aa63e68cf7bff4bbfa0713b6db209050e36.tar.gz
emacs-7aea6aa63e68cf7bff4bbfa0713b6db209050e36.zip
; Fix a typo
-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