summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorBasil L. Contovounesios <basil@contovou.net>2024-02-28 17:02:41 +0100
committerBasil L. Contovounesios <basil@contovou.net>2024-02-28 17:04:20 +0100
commitbca3c9b466e24aacd561c818f2d19665af6efc11 (patch)
tree62f3a695403a281aae231ebbe60d657bf205f44c /lisp/textmodes
parentf7c2fe3337bb5e5721d17f40f79dbc1275e17b0d (diff)
downloademacs-bca3c9b466e24aacd561c818f2d19665af6efc11.tar.gz
; Fix :type of text-mode-ispell-word-completion.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/text-mode.el2
1 files changed, 1 insertions, 1 deletions
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)