From 5055fd663b3e82d752ae7aa3d0cad5d0ea4f87a6 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 6 Dec 2023 14:41:56 +0100 Subject: [PATCH] ; Remove long annotation for word completion candidates * lisp/textmodes/ispell.el (ispell-completion-at-point): Remove ':annotation-function' from return value. --- lisp/textmodes/ispell.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 4c3b22281bd..2c387342026 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -3699,7 +3699,6 @@ ispell-completion-at-point (setcdr cur (cddr cur))) (setq cur (cdr cur))) (list beg end (cdr all) - :annotation-function (lambda (_) " Dictionary word") :exclusive 'no)))))) -- 2.42.0