emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116342: * find-dired.el (find-name-dired): Doc fix.


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116342: * find-dired.el (find-name-dired): Doc fix.
Date: Sat, 08 Feb 2014 11:07:44 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116342
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14290
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 03:06:33 -0800
message:
  * find-dired.el (find-name-dired): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/find-dired.el             
finddired.el-20091113204419-o5vbwnq5f7feedwu-247
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 10:20:45 +0000
+++ b/lisp/ChangeLog    2014-02-08 11:06:33 +0000
@@ -1,3 +1,7 @@
+2014-02-08  Lars Ingebrigtsen  <address@hidden>
+
+       * find-dired.el (find-name-dired): Doc fix (bug#14290).
+
 2014-02-08  Juri Linkov  <address@hidden>
 
        * isearch.el (isearch-quote-char): Check character validity

=== modified file 'lisp/find-dired.el'
--- a/lisp/find-dired.el        2014-01-01 07:43:34 +0000
+++ b/lisp/find-dired.el        2014-02-08 11:06:33 +0000
@@ -236,9 +236,11 @@
   "Search DIR recursively for files matching the globbing pattern PATTERN,
 and run dired on those files.
 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
-The command run (after changing into DIR) is
-
-    find . -name 'PATTERN' -ls"
+The default command run (after changing into DIR) is
+
+    find . -name 'PATTERN' -ls
+
+See `find-name-arg' to customize the arguments."
   (interactive
    "DFind-name (directory): \nsFind-name (filename wildcard): ")
   (find-dired dir (concat find-name-arg " " (shell-quote-argument pattern))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]