From 7aea6aa63e68cf7bff4bbfa0713b6db209050e36 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 8 Jul 2015 13:57:15 +0300 Subject: [PATCH] ; Fix a typo --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2