; Fix :type of text-mode-ispell-word-completion.

This commit is contained in:
Basil L. Contovounesios 2024-02-28 17:02:41 +01:00
parent f7c2fe3337
commit bca3c9b466

View file

@ -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)