1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Juanma Barranquero 2014-02-28 14:19:06 +01:00
parent 5c80919598
commit 43977c23bf
4 changed files with 17 additions and 9 deletions

View file

@ -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