]> code.delx.au - gnu-emacs/commitdiff
; Fix a typo
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 8 Jul 2015 10:57:15 +0000 (13:57 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 8 Jul 2015 10:57:40 +0000 (13:57 +0300)
lisp/minibuffer.el

index bf18adf361bc7d4ff7278dd6c051e562a7223c70..411416b1bfa097eb8fca994b67c3fe8ed6b93e99 100644 (file)
@@ -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