aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/grep.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2006-07-12 16:05:19 +0000
committerRichard M. Stallman <[email protected]>2006-07-12 16:05:19 +0000
commitf911a4454addf2b3d39f52c6e7ac83d5d1c27032 (patch)
tree5a7b3645e65bebe06c95574f545d161d694dbb8c /lisp/progmodes/grep.el
parent8aed3f67d3d8d9f8d40a2ec073180ceb2d8fd584 (diff)
(grep-last-buffer): Doc fix.
Diffstat (limited to 'lisp/progmodes/grep.el')
-rw-r--r--lisp/progmodes/grep.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index eb80342202..37d4952058 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'.")