mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
; Fix a typo
This commit is contained in:
parent
e4dd6e8da1
commit
7aea6aa63e
@ -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…
Reference in New Issue
Block a user