From: Richard M. Stallman Date: Wed, 12 Jul 2006 16:05:19 +0000 (+0000) Subject: (grep-last-buffer): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~1484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f911a4454addf2b3d39f52c6e7ac83d5d1c27032;p=emacs.git (grep-last-buffer): Doc fix. --- diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index eb803422027..37d4952058b 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -232,8 +232,7 @@ See `compilation-error-screen-columns'" ;; 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'.")