aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorEli Zaretskii2007-03-31 09:37:59 +0000
committerEli Zaretskii2007-03-31 09:37:59 +0000
commit8c01db22ac190a8b33f3bb2ca2c75609e72bdbbe (patch)
tree4675f9693929df7fae80531c3b69675d7dd75cd2 /lisp/progmodes
parent539775c024e95b8d30709564a90b41397d2e88e4 (diff)
downloademacs-8c01db22ac190a8b33f3bb2ca2c75609e72bdbbe.tar.gz
emacs-8c01db22ac190a8b33f3bb2ca2c75609e72bdbbe.zip
(flymake-err-line-patterns): Doc fix.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/flymake.el4
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."
931 2 4 nil 5)) 931 2 4 nil 5))
932 ;; compilation-error-regexp-alist) 932 ;; compilation-error-regexp-alist)
933 (flymake-reformat-err-line-patterns-from-compile-el compilation-error-regexp-alist-alist)) 933 (flymake-reformat-err-line-patterns-from-compile-el compilation-error-regexp-alist-alist))
934 "Patterns for matching error/warning lines. 934 "Patterns for matching error/warning lines. Each pattern has the form
935\(REGEXP FILE-IDX LINE-IDX ERR-TEXT-IDX). 935\(REGEXP FILE-IDX LINE-IDX COL-IDX ERR-TEXT-IDX).
936Use `flymake-reformat-err-line-patterns-from-compile-el' to add patterns 936Use `flymake-reformat-err-line-patterns-from-compile-el' to add patterns
937from compile.el") 937from compile.el")
938 938