emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106720: * progmodes/grep.el (rgrep):


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106720: * progmodes/grep.el (rgrep): Fix docstring.
Date: Fri, 23 Dec 2011 00:32:46 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106720
fixes bug(s): http://debbugs.gnu.org/10185
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Fri 2011-12-23 00:32:46 +0200
message:
  * progmodes/grep.el (rgrep): Fix docstring.
modified:
  lisp/ChangeLog
  lisp/progmodes/grep.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-12-22 10:16:45 +0000
+++ b/lisp/ChangeLog    2011-12-22 22:32:46 +0000
@@ -1,3 +1,7 @@
+2011-12-22  Juri Linkov  <address@hidden>
+
+       * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
+
 2011-12-22  Chong Yidong  <address@hidden>
 
        * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.

=== modified file 'lisp/progmodes/grep.el'
--- a/lisp/progmodes/grep.el    2011-12-12 05:32:49 +0000
+++ b/lisp/progmodes/grep.el    2011-12-22 22:32:46 +0000
@@ -959,7 +959,10 @@
 in the grep output buffer,
 to go to the lines where grep found matches.
 
-This command shares argument histories with \\[lgrep] and \\[grep-find]."
+This command shares argument histories with \\[lgrep] and \\[grep-find].
+
+When called programmatically and FILES is nil, REGEXP is expected
+to specify a command to run."
   (interactive
    (progn
      (grep-compute-defaults)


reply via email to

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