diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/progmodes/grep.el | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 285cefe7333..f3c1ae0b36b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org> | 1 | 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * progmodes/grep.el (find-program): Doc fix (bug#14289). | ||
| 4 | |||
| 3 | * files.el (confirm-kill-emacs): Clarify doc (bug#15455). | 5 | * files.el (confirm-kill-emacs): Clarify doc (bug#15455). |
| 4 | 6 | ||
| 5 | * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832). | 7 | * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832). |
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 05b19b8339f..3c7f936446f 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -423,8 +423,9 @@ This variable's value takes effect when `grep-compute-defaults' is called.") | |||
| 423 | 423 | ||
| 424 | ;;;###autoload | 424 | ;;;###autoload |
| 425 | (defvar find-program (purecopy "find") | 425 | (defvar find-program (purecopy "find") |
| 426 | "The default find program for `grep-find-command'. | 426 | "The default find program. |
| 427 | This variable's value takes effect when `grep-compute-defaults' is called.") | 427 | This is used by commands like `grep-find-command', `find-dired' |
| 428 | and others.") | ||
| 428 | 429 | ||
| 429 | ;;;###autoload | 430 | ;;;###autoload |
| 430 | (defvar xargs-program (purecopy "xargs") | 431 | (defvar xargs-program (purecopy "xargs") |