# HG changeset patch # User Glenn Morris # Date 1163149858 0 # Node ID 8c8ad3efe1fee09d67564f6bda06d2c196f123bb # Parent 6086ff65590f1974ebfc4c3c59c13c89de874a4b (compilation-directory-matcher): Doc fix (Nil -> nil). diff -r 6086ff65590f -r 8c8ad3efe1fe lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Fri Nov 10 09:10:33 2006 +0000 +++ b/lisp/progmodes/compile.el Fri Nov 10 09:10:58 2006 +0000 @@ -397,7 +397,7 @@ (defvar compilation-directory-matcher '("\\(?:Entering\\|Leavin\\(g\\)\\) directory `\\(.+\\)'$" (2 . 1)) "A list for tracking when directories are entered or left. -Nil means not to track directories, e.g. if all file names are absolute. The +nil means not to track directories, e.g. if all file names are absolute. The first element is the REGEXP matching these messages. It can match any number of variants, e.g. different languages. The remaining elements are all of the form (DIR . LEAVE). If for any one of these the DIR'th subexpression