]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/compile.el (compilation-error-regexp-alist): Typo
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 4 Apr 2019 20:27:29 +0000 (16:27 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 4 Apr 2019 20:27:29 +0000 (16:27 -0400)
Reported by Kévin Le Gouguec <kevin.legouguec@gmail.com>

lisp/progmodes/compile.el

index 5bfb0bf90183f831dc12e239b148bca33b9c7996..6d5775209c035b5c5a3a757d2ba38965a504ea81 100644 (file)
@@ -562,7 +562,7 @@ LINE, END-LINE, COL, and END-COL can also be functions of no argument
 that return the corresponding line or column number.  They can assume REGEXP
 has just been matched, and should correspondingly preserve this match data.
 
-f/usr/shaTYPE is 2 or nil for a real error or 1 for warning or 0 for info.
+TYPE is 2 or nil for a real error or 1 for warning or 0 for info.
 TYPE can also be of the form (WARNING . INFO).  In that case this
 will be equivalent to 1 if the WARNING'th subexpression matched
 or else equivalent to 0 if the INFO'th subexpression matched.