diff options
| author | Stefan Monnier | 2008-04-18 01:46:37 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-18 01:46:37 +0000 |
| commit | 6b3a84f29a9bd3d09c2aea69ce69ae469ddd1910 (patch) | |
| tree | f46f8631b7dd234aac069fe34134576374e63e9a | |
| parent | 1cb64239e72807c1244c83583880f1cd9548c4c2 (diff) | |
| download | emacs-6b3a84f29a9bd3d09c2aea69ce69ae469ddd1910.tar.gz emacs-6b3a84f29a9bd3d09c2aea69ce69ae469ddd1910.zip | |
Fix up comment convention.
| -rw-r--r-- | lisp/progmodes/grep.el | 16 |
1 files changed, 8 insertions, 8 deletions
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'" | |||
| 252 | 252 | ||
| 253 | ;;;; TODO --- refine this!! | 253 | ;;;; TODO --- refine this!! |
| 254 | 254 | ||
| 255 | ;;; (defcustom grep-use-compilation-buffer t | 255 | ;; (defcustom grep-use-compilation-buffer t |
| 256 | ;;; "When non-nil, grep specific commands update `compilation-last-buffer'. | 256 | ;; "When non-nil, grep specific commands update `compilation-last-buffer'. |
| 257 | ;;; This means that standard compile commands like \\[next-error] and \\[compile-goto-error] | 257 | ;; This means that standard compile commands like \\[next-error] and \\[compile-goto-error] |
| 258 | ;;; can be used to navigate between grep matches (the default). | 258 | ;; can be used to navigate between grep matches (the default). |
| 259 | ;;; Otherwise, the grep specific commands like \\[grep-next-match] must | 259 | ;; Otherwise, the grep specific commands like \\[grep-next-match] must |
| 260 | ;;; be used to navigate between grep matches." | 260 | ;; be used to navigate between grep matches." |
| 261 | ;;; :type 'boolean | 261 | ;; :type 'boolean |
| 262 | ;;; :group 'grep) | 262 | ;; :group 'grep) |
| 263 | 263 | ||
| 264 | ;; override compilation-last-buffer | 264 | ;; override compilation-last-buffer |
| 265 | (defvar grep-last-buffer nil | 265 | (defvar grep-last-buffer nil |