emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bca3c9b466e 2/2: ; Fix :type of text-mode-ispell-word-completion.


From: Basil L. Contovounesios
Subject: master bca3c9b466e 2/2: ; Fix :type of text-mode-ispell-word-completion.
Date: Wed, 28 Feb 2024 11:04:40 -0500 (EST)

branch: master
commit bca3c9b466e24aacd561c818f2d19665af6efc11
Author: Basil L. Contovounesios <basil@contovou.net>
Commit: Basil L. Contovounesios <basil@contovou.net>

    ; Fix :type of text-mode-ispell-word-completion.
---
 lisp/textmodes/text-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]