From: Dmitry Gutov Date: Wed, 8 Jul 2015 10:57:15 +0000 (+0300) Subject: ; Fix a typo X-Git-Tag: emacs-25.0.90~1525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7aea6aa63e68cf7bff4bbfa0713b6db209050e36;p=emacs.git ; Fix a typo --- 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