summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2015-07-08 13:57:15 +0300
committerDmitry Gutov <dgutov@yandex.ru>2015-07-08 13:57:40 +0300
commit7aea6aa63e68cf7bff4bbfa0713b6db209050e36 (patch)
tree20f41a805c34cd7c773633f52b9db402029cfecb /lisp/minibuffer.el
parente4dd6e8da1eaf5b564e0305fa8be638dc02e65f5 (diff)
downloademacs-7aea6aa63e68cf7bff4bbfa0713b6db209050e36.tar.gz
; Fix a typo
Diffstat (limited to 'lisp/minibuffer.el')
-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'."
(defvar completion-at-point-functions '(tags-completion-at-point-function)
"Special hook to find the completion table for the thing at point.
-Each function on this hook is called in turns without any argument and should
+Each function on this hook is called in turn without any argument and should
return either nil to mean that it is not applicable at point,
or a function of no argument to perform completion (discouraged),
or a list of the form (START END COLLECTION . PROPS) where