]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix up comment convention.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 Apr 2008 01:46:37 +0000 (01:46 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 18 Apr 2008 01:46:37 +0000 (01:46 +0000)
lisp/progmodes/grep.el

index 328588065c6ca6e4c1f0c8b707c308c54a850b4d..5d56e3ab5a0f1a714cb2aa9815f9cb67a5a1e037 100644 (file)
@@ -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