emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116390: * progmodes/grep.el (find-program): Doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116390: * progmodes/grep.el (find-program): Doc fix.
Date: Mon, 10 Feb 2014 06:46:07 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116390
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14289
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2014-02-09 22:44:49 -0800
message:
  * progmodes/grep.el (find-program): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/grep.el         grep.el-20091113204419-o5vbwnq5f7feedwu-2948
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-10 06:07:30 +0000
+++ b/lisp/ChangeLog    2014-02-10 06:44:49 +0000
@@ -1,5 +1,7 @@
 2014-02-10  Lars Ingebrigtsen  <address@hidden>
 
+       * progmodes/grep.el (find-program): Doc fix (bug#14289).
+
        * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
 
        * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).

=== modified file 'lisp/progmodes/grep.el'
--- a/lisp/progmodes/grep.el    2014-02-10 01:34:22 +0000
+++ b/lisp/progmodes/grep.el    2014-02-10 06:44:49 +0000
@@ -423,8 +423,9 @@
 
 ;;;###autoload
 (defvar find-program (purecopy "find")
-  "The default find program for `grep-find-command'.
-This variable's value takes effect when `grep-compute-defaults' is called.")
+  "The default find program.
+This is used by commands like `grep-find-command', `find-dired'
+and others.")
 
 ;;;###autoload
 (defvar xargs-program (purecopy "xargs")


reply via email to

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