Adjust ispell-look-command type
* lisp/textmodes/ispell.el (ispell-look-command): Adjust :type after previous change.
This commit is contained in:
parent
213aed0691
commit
76e846f92a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue