From 6b3a84f29a9bd3d09c2aea69ce69ae469ddd1910 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 18 Apr 2008 01:46:37 +0000 Subject: [PATCH] Fix up comment convention. --- lisp/progmodes/grep.el | 16 ++++++++-------- 1 file 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'" ;;;; TODO --- refine this!! -;;; (defcustom grep-use-compilation-buffer t -;;; "When non-nil, grep specific commands update `compilation-last-buffer'. -;;; This means that standard compile commands like \\[next-error] and \\[compile-goto-error] -;;; can be used to navigate between grep matches (the default). -;;; Otherwise, the grep specific commands like \\[grep-next-match] must -;;; be used to navigate between grep matches." -;;; :type 'boolean -;;; :group 'grep) +;; (defcustom grep-use-compilation-buffer t +;; "When non-nil, grep specific commands update `compilation-last-buffer'. +;; This means that standard compile commands like \\[next-error] and \\[compile-goto-error] +;; can be used to navigate between grep matches (the default). +;; Otherwise, the grep specific commands like \\[grep-next-match] must +;; be used to navigate between grep matches." +;; :type 'boolean +;; :group 'grep) ;; override compilation-last-buffer (defvar grep-last-buffer nil -- 2.39.5