aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/grep.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 328588065c6..5d56e3ab5a0 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -252,14 +252,14 @@ See `compilation-error-screen-columns'"
252 252
253;;;; TODO --- refine this!! 253;;;; TODO --- refine this!!
254 254
255;;; (defcustom grep-use-compilation-buffer t 255;; (defcustom grep-use-compilation-buffer t
256;;; "When non-nil, grep specific commands update `compilation-last-buffer'. 256;; "When non-nil, grep specific commands update `compilation-last-buffer'.
257;;; This means that standard compile commands like \\[next-error] and \\[compile-goto-error] 257;; This means that standard compile commands like \\[next-error] and \\[compile-goto-error]
258;;; can be used to navigate between grep matches (the default). 258;; can be used to navigate between grep matches (the default).
259;;; Otherwise, the grep specific commands like \\[grep-next-match] must 259;; Otherwise, the grep specific commands like \\[grep-next-match] must
260;;; be used to navigate between grep matches." 260;; be used to navigate between grep matches."
261;;; :type 'boolean 261;; :type 'boolean
262;;; :group 'grep) 262;; :group 'grep)
263 263
264;; override compilation-last-buffer 264;; override compilation-last-buffer
265(defvar grep-last-buffer nil 265(defvar grep-last-buffer nil