Mercurial > emacs
changeset 94141:e93898d6903e
Fix up comment convention.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 18 Apr 2008 01:46:37 +0000 |
parents | 6436fd5155ce |
children | 14cbf4c7b904 |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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