1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

Fix up comment convention.

This commit is contained in:
Stefan Monnier 2008-04-18 01:46:37 +00:00
parent 1cb64239e7
commit 6b3a84f29a

View 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