# HG changeset patch # User Stefan Monnier # Date 1208483197 0 # Node ID e93898d6903eb51a8f235195b50a5d35363c84d0 # Parent 6436fd5155cea0440e9d33f70e0983b993bb81ab Fix up comment convention. diff -r 6436fd5155ce -r e93898d6903e lisp/progmodes/grep.el --- a/lisp/progmodes/grep.el Fri Apr 18 01:29:23 2008 +0000 +++ b/lisp/progmodes/grep.el Fri Apr 18 01:46:37 2008 +0000 @@ -252,14 +252,14 @@ ;;;; 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