]> git.eshelyaron.com Git - emacs.git/commitdiff
* find-dired.el (find-dired-refine-function): Fix defcustom.
authorRoland Winkler <winkler@gnu.org>
Mon, 17 Jun 2019 04:02:12 +0000 (23:02 -0500)
committerRoland Winkler <winkler@gnu.org>
Mon, 17 Jun 2019 04:02:12 +0000 (23:02 -0500)
lisp/find-dired.el

index 2c76179da0618c5a3c35ad64187202da38c262fc..8a283a65c98c8bcf27d16f106a05769ccf7a8fa8 100644 (file)
@@ -123,7 +123,8 @@ This function takes no arguments.  The *Find* buffer is narrowed to the
 output of `find' (one file per line) when this function is called."
   :version "27.1"
   :group 'find-dired
-  :type 'function)
+  :type '(choice (function :tag "Function")
+                 (const :tag "None" nil)))
 
 (defvar find-args nil
   "Last arguments given to `find' by \\[find-dired].")