From 8c01db22ac190a8b33f3bb2ca2c75609e72bdbbe Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 31 Mar 2007 09:37:59 +0000 Subject: (flymake-err-line-patterns): Doc fix. --- lisp/progmodes/flymake.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/progmodes/flymake.el') diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 8d126c8a413..4903d7d26ec 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -931,8 +931,8 @@ Convert it to flymake internal format." 2 4 nil 5)) ;; compilation-error-regexp-alist) (flymake-reformat-err-line-patterns-from-compile-el compilation-error-regexp-alist-alist)) - "Patterns for matching error/warning lines. -\(REGEXP FILE-IDX LINE-IDX ERR-TEXT-IDX). + "Patterns for matching error/warning lines. Each pattern has the form +\(REGEXP FILE-IDX LINE-IDX COL-IDX ERR-TEXT-IDX). Use `flymake-reformat-err-line-patterns-from-compile-el' to add patterns from compile.el") -- cgit v1.2.1