diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-03-31 09:37:59 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-03-31 09:37:59 +0000 |
commit | 8c01db22ac190a8b33f3bb2ca2c75609e72bdbbe (patch) | |
tree | 4675f9693929df7fae80531c3b69675d7dd75cd2 /lisp/progmodes/flymake.el | |
parent | 539775c024e95b8d30709564a90b41397d2e88e4 (diff) | |
download | emacs-8c01db22ac190a8b33f3bb2ca2c75609e72bdbbe.tar.gz |
(flymake-err-line-patterns): Doc fix.
Diffstat (limited to 'lisp/progmodes/flymake.el')
-rw-r--r-- | lisp/progmodes/flymake.el | 4 |
1 files changed, 2 insertions, 2 deletions
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") |