; Fix a typo
This commit is contained in:
parent
e4dd6e8da1
commit
7aea6aa63e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue