diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2014-02-28 14:19:06 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2014-02-28 14:19:06 +0100 |
commit | 43977c23bf60ac5e65f0a296bfa8e405d8a68572 (patch) | |
tree | af279255dab851a8b5c7aa7d904c3afe5847c95d /lisp/find-dired.el | |
parent | 5c809195983367031c8c6a2eea0842c34f334b33 (diff) | |
download | emacs-43977c23bf60ac5e65f0a296bfa8e405d8a68572.tar.gz |
Fix docstring typos.
lisp/dframe.el (dframe-detach):
lisp/find-dired.el (find-dired, find-name-dired):
lisp/finder.el (finder-mode-map, finder-mode-syntax-table)
(finder-headmark, finder-select, finder-mouse-select):
Fix typos.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r-- | lisp/find-dired.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index dd8087b1f34..6ddeab7be34 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -30,7 +30,7 @@ (require 'dired) (defgroup find-dired nil - "Run a `find' command and dired the output." + "Run a `find' command and Dired the output." :group 'dired :prefix "find-") @@ -234,7 +234,7 @@ use in place of \"-ls\" as the final argument." ;;;###autoload (defun find-name-dired (dir pattern) "Search DIR recursively for files matching the globbing pattern PATTERN, -and run dired on those files. +and run Dired on those files. PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted. The default command run (after changing into DIR) is |