mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; 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:
parent
d8a0087930
commit
6227ea0e59
1 changed files with 0 additions and 1 deletions
|
|
@ -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))))))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue