emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d63aa2f: * lisp/progmodes/compile.el (compilation-e


From: Stefan Monnier
Subject: [Emacs-diffs] master d63aa2f: * lisp/progmodes/compile.el (compilation-error-regexp-alist): Typo
Date: Thu, 4 Apr 2019 16:27:35 -0400 (EDT)

branch: master
commit d63aa2f3e5009e0e8ec83fecc4f0bbe2866e5a59
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/progmodes/compile.el (compilation-error-regexp-alist): Typo
    
    Reported by Kévin Le Gouguec <address@hidden>
---
 lisp/progmodes/compile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 5bfb0bf..6d57752 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]