diff options
| author | Richard M. Stallman | 2006-07-12 16:05:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-12 16:05:19 +0000 |
| commit | f911a4454addf2b3d39f52c6e7ac83d5d1c27032 (patch) | |
| tree | 5a7b3645e65bebe06c95574f545d161d694dbb8c | |
| parent | 8aed3f67d3d8d9f8d40a2ec073180ceb2d8fd584 (diff) | |
| download | emacs-f911a4454addf2b3d39f52c6e7ac83d5d1c27032.tar.gz emacs-f911a4454addf2b3d39f52c6e7ac83d5d1c27032.zip | |
(grep-last-buffer): Doc fix.
| -rw-r--r-- | lisp/progmodes/grep.el | 3 |
1 files changed, 1 insertions, 2 deletions
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'" | |||
| 232 | ;; override compilation-last-buffer | 232 | ;; override compilation-last-buffer |
| 233 | (defvar grep-last-buffer nil | 233 | (defvar grep-last-buffer nil |
| 234 | "The most recent grep buffer. | 234 | "The most recent grep buffer. |
| 235 | A grep buffer becomes most recent when its process is started | 235 | A grep buffer becomes most recent when you select Grep mode in it. |
| 236 | or when it is used with \\[grep-next-match]. | ||
| 237 | Notice that using \\[next-error] or \\[compile-goto-error] modifies | 236 | Notice that using \\[next-error] or \\[compile-goto-error] modifies |
| 238 | `complation-last-buffer' rather than `grep-last-buffer'.") | 237 | `complation-last-buffer' rather than `grep-last-buffer'.") |
| 239 | 238 | ||