From: Richard M. Stallman Date: Mon, 12 Dec 2005 05:11:08 +0000 (+0000) Subject: (compilation-error-regexp-alist): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~5330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4aede2f2818d72e30357db0a7b01d3173b816787;p=emacs.git (compilation-error-regexp-alist): Doc fix. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 5faa21d75a2..da2a3ee9d65 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -331,7 +331,8 @@ beginning of line's indentation. FILE can also have the form (FILE FORMAT...), where the FORMATs \(e.g. \"%s.c\") will be applied in turn to the recognized file name, until a file of that name is found. Or FILE can also be a -function to return the filename. +function that returns (FILENAME) or (RELATIVE-FILENAME . DIRNAME). +In the former case, FILENAME may be relative or absolute. LINE can also be of the form (LINE . END-LINE) meaning a range of lines. COLUMN can also be of the form (COLUMN . END-COLUMN)