diff options
| author | Eli Zaretskii | 2007-03-31 09:37:59 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-31 09:37:59 +0000 |
| commit | 8c01db22ac190a8b33f3bb2ca2c75609e72bdbbe (patch) | |
| tree | 4675f9693929df7fae80531c3b69675d7dd75cd2 | |
| parent | 539775c024e95b8d30709564a90b41397d2e88e4 (diff) | |
| download | emacs-8c01db22ac190a8b33f3bb2ca2c75609e72bdbbe.tar.gz emacs-8c01db22ac190a8b33f3bb2ca2c75609e72bdbbe.zip | |
(flymake-err-line-patterns): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/flymake.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9219303013..1db1549d85e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-03-31 Markus Triska <markus.triska@gmx.at> | ||
| 2 | |||
| 3 | * flymake.el (flymake-err-line-patterns): Doc fix. | ||
| 4 | |||
| 1 | 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 6 | ||
| 3 | * info.el (info-tool-bar-map): Use "exit" for Info-exit. Move to | 7 | * info.el (info-tool-bar-map): Use "exit" for Info-exit. Move to |
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). |
| 936 | Use `flymake-reformat-err-line-patterns-from-compile-el' to add patterns | 936 | Use `flymake-reformat-err-line-patterns-from-compile-el' to add patterns |
| 937 | from compile.el") | 937 | from compile.el") |
| 938 | 938 | ||