diff options
| author | Glenn Morris | 2006-11-11 04:01:58 +0000 |
|---|---|---|
| committer | Glenn Morris | 2006-11-11 04:01:58 +0000 |
| commit | 434520fa3dbbd0d726bb76369c4cad73ff19cbeb (patch) | |
| tree | 44d62c2ae614e5065fc2fbb5318bf07902cab295 | |
| parent | d616b57903feef938d7b0e433d659b29d4e97106 (diff) | |
| download | emacs-434520fa3dbbd0d726bb76369c4cad73ff19cbeb.tar.gz emacs-434520fa3dbbd0d726bb76369c4cad73ff19cbeb.zip | |
(compilation-directory-matcher): Improve previous doc fix.
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index d1d42641ea3..15346be53c7 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -397,7 +397,7 @@ be added." | |||
| 397 | (defvar compilation-directory-matcher | 397 | (defvar compilation-directory-matcher |
| 398 | '("\\(?:Entering\\|Leavin\\(g\\)\\) directory `\\(.+\\)'$" (2 . 1)) | 398 | '("\\(?:Entering\\|Leavin\\(g\\)\\) directory `\\(.+\\)'$" (2 . 1)) |
| 399 | "A list for tracking when directories are entered or left. | 399 | "A list for tracking when directories are entered or left. |
| 400 | nil means not to track directories, e.g. if all file names are absolute. The | 400 | If nil, do not track directories, e.g. if all file names are absolute. The |
| 401 | first element is the REGEXP matching these messages. It can match any number | 401 | first element is the REGEXP matching these messages. It can match any number |
| 402 | of variants, e.g. different languages. The remaining elements are all of the | 402 | of variants, e.g. different languages. The remaining elements are all of the |
| 403 | form (DIR . LEAVE). If for any one of these the DIR'th subexpression | 403 | form (DIR . LEAVE). If for any one of these the DIR'th subexpression |