From: Stefan Monnier Date: Fri, 18 Apr 2008 01:46:37 +0000 (+0000) Subject: Fix up comment convention. X-Git-Tag: emacs-pretest-23.0.90~6230 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b3a84f29a9bd3d09c2aea69ce69ae469ddd1910;p=emacs.git Fix up comment convention. --- 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