; Remove long annotation for word completion candidates

* lisp/textmodes/ispell.el (ispell-completion-at-point): Remove
':annotation-function' from return value.
This commit is contained in:
Eshel Yaron 2023-12-06 14:41:56 +01:00 committed by Dmitry Gutov
parent d8a0087930
commit 6227ea0e59

View file

@ -3699,7 +3699,6 @@ If APPEND is non-nil, don't erase previous debugging output."
(setcdr cur (cddr cur)))
(setq cur (cdr cur)))
(list beg end (cdr all)
:annotation-function (lambda (_) " Dictionary word")
:exclusive 'no))))))