emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116343: (find-grep-dired): Doc fix (bug#14288).


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116343: (find-grep-dired): Doc fix (bug#14288).
Date: Sat, 08 Feb 2014 11:10:20 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116343
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14288
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 03:09:10 -0800
message:
  (find-grep-dired): Doc fix (bug#14288).
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 11:06:33 +0000
+++ b/lisp/ChangeLog    2014-02-08 11:09:10 +0000
@@ -1,6 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
        * find-dired.el (find-name-dired): Doc fix (bug#14290).
+       (find-grep-dired): Doc fix (bug#14288).
 
 2014-02-08  Juri Linkov  <address@hidden>
 

=== modified file 'lisp/find-dired.el'
--- a/lisp/find-dired.el        2014-02-08 11:06:33 +0000
+++ b/lisp/find-dired.el        2014-02-08 11:09:10 +0000
@@ -254,7 +254,7 @@
 (defalias 'lookfor-dired 'find-grep-dired)
 ;;;###autoload
 (defun find-grep-dired (dir regexp)
-  "Find files in DIR containing a regexp REGEXP and start Dired on output.
+  "Find files in DIR matching a regexp REGEXP and start Dired on output.
 The command run (after changing into DIR) is
 
   find . \\( -type f -exec `grep-program' `find-grep-options' \\


reply via email to

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