From: Basil L. Contovounesios Date: Wed, 28 Feb 2024 16:02:41 +0000 (+0100) Subject: ; Fix :type of text-mode-ispell-word-completion. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79451e90d6f0e0be1de7d1141e2eb410da65399c;p=emacs.git ; Fix :type of text-mode-ispell-word-completion. (cherry picked from commit bca3c9b466e24aacd561c818f2d19665af6efc11) --- diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index 87f6668cecb..e8e1f4898ce 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -88,7 +88,7 @@ nor does it extend `completion-at-point-functions'. This user option only takes effect when you customize it in Custom or with `setopt', not with `setq'." :group 'text - :type 'boolean + :type '(choice (const completion-at-point) boolean) :version "30.1" :set (lambda (sym val) (if (and (set sym val)