From 76e846f92a3c625fe524c81aa996327fba5a9e65 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 28 Sep 2021 08:06:31 +0200 Subject: [PATCH] Adjust ispell-look-command type * lisp/textmodes/ispell.el (ispell-look-command): Adjust :type after previous change. --- lisp/textmodes/ispell.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 9aad5671152..0a3a49d868a 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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 -- 2.39.5