]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix :type of text-mode-ispell-word-completion.
authorBasil L. Contovounesios <basil@contovou.net>
Wed, 28 Feb 2024 16:02:41 +0000 (17:02 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:54:14 +0000 (18:54 +0100)
(cherry picked from commit bca3c9b466e24aacd561c818f2d19665af6efc11)

lisp/textmodes/text-mode.el

index 87f6668cecb628d7dcd052dbfc2defc410ff8b6f..e8e1f4898ce3d3640cc0c8141aad717f0b00018a 100644 (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)