mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Spelling fixes
This commit is contained in:
parent
636461686f
commit
3dcac22dd4
47 changed files with 65 additions and 65 deletions
|
|
@ -465,7 +465,7 @@ completions list."
|
|||
(funcall efn string status)))))
|
||||
;; The predicate is meant for the original completion
|
||||
;; candidates, which may be symbols or cons cells, but
|
||||
;; now we only have strings, so it might be unapplicable.
|
||||
;; now we only have strings, so it might not be applicable.
|
||||
(props (plist-put props :predicate nil))
|
||||
(completion-at-point-functions
|
||||
(list (lambda () `(,beg ,end ,col ,@props)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue