]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove long annotation for word completion candidates
authorEshel Yaron <me@eshelyaron.com>
Wed, 6 Dec 2023 13:41:56 +0000 (14:41 +0100)
committerDmitry Gutov <dmitry@gutov.dev>
Wed, 6 Dec 2023 14:17:46 +0000 (16:17 +0200)
* lisp/textmodes/ispell.el (ispell-completion-at-point): Remove
':annotation-function' from return value.

lisp/textmodes/ispell.el

index 4c3b22281bd29d5561a78a880311de223434c9b9..2c38734202655489cc001f4a4d4a21418c665961 100644 (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))))))