diff options
Diffstat (limited to 'lisp/find-dired.el')
| -rw-r--r-- | lisp/find-dired.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 2c76179da06..8a283a65c98 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -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].") |
