]> git.eshelyaron.com Git - emacs.git/commit
Document that flymake-diag-region saves match data
authorJoão Távora <joaotavora@gmail.com>
Fri, 18 Dec 2020 15:38:27 +0000 (15:38 +0000)
committerJoão Távora <joaotavora@gmail.com>
Fri, 18 Dec 2020 15:38:35 +0000 (15:38 +0000)
commitfdaaf886b71fc41d0d6d717af55e4927ed4cd2c1
tree14dc4ae7e86afe6436e86a44a14ef1bbbead7381
parenteeade2b64767bfce9118eae36c25363a7fb6ea76
Document that flymake-diag-region saves match data

The typical use of this function (which is parsing compiler diagnostic
messages), lends itself too easily to one the problems in bug#29193.
Make it a friendlier API.

* doc/misc/flymake.texi (Flymake utility functions): Document that
flymake-diag-region saves match data.

* lisp/progmodes/flymake.el (flymake-diag-region): Document that
this saves match data.
doc/misc/flymake.texi
lisp/progmodes/flymake.el