Mercurial > emacs
changeset 71854:a4944423be59
(grep-last-buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 Jul 2006 16:05:19 +0000 |
parents | ede3900365e4 |
children | 0fa817d8a084 |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/grep.el Wed Jul 12 16:04:46 2006 +0000 +++ b/lisp/progmodes/grep.el Wed Jul 12 16:05:19 2006 +0000 @@ -232,8 +232,7 @@ ;; override compilation-last-buffer (defvar grep-last-buffer nil "The most recent grep buffer. -A grep buffer becomes most recent when its process is started -or when it is used with \\[grep-next-match]. +A grep buffer becomes most recent when you select Grep mode in it. Notice that using \\[next-error] or \\[compile-goto-error] modifies `complation-last-buffer' rather than `grep-last-buffer'.")