mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Fix :type of text-mode-ispell-word-completion.
This commit is contained in:
parent
f7c2fe3337
commit
bca3c9b466
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue