Adjust ispell-look-command type

* lisp/textmodes/ispell.el (ispell-look-command): Adjust :type
after previous change.
This commit is contained in:
Lars Ingebrigtsen 2021-09-28 08:06:31 +02:00
parent 213aed0691
commit 76e846f92a

View file

@ -253,7 +253,8 @@ Should probably be \"-Ei\"."
(defcustom ispell-look-command (executable-find "look")
"Name of the look command for search processes.
This must be an absolute file name."
:type 'file
:type '(choice (const :tag "None" nil)
file)
:version "28.1")
(defcustom ispell-look-p (and ispell-look-command