emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/flymake-proselint 47a68c7 05/18: Capitalize first word


From: ELPA Syncer
Subject: [elpa] externals/flymake-proselint 47a68c7 05/18: Capitalize first word of the error message
Date: Mon, 9 Aug 2021 14:57:21 -0400 (EDT)

branch: externals/flymake-proselint
commit 47a68c79741758313dad3e31851234b610b1111d
Author: Manuel Uberti <manuel.uberti@inventati.org>
Commit: Manuel Uberti <manuel.uberti@inventati.org>

    Capitalize first word of the error message
---
 flymake-proselint.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flymake-proselint.el b/flymake-proselint.el
index 5aec448..558c428 100644
--- a/flymake-proselint.el
+++ b/flymake-proselint.el
@@ -35,7 +35,7 @@
 (flymake-quickdef-backend
   flymake-proselint-backend
   :pre-let ((proselint-exec (executable-find "proselint")))
-  :pre-check (unless proselint-exec (error "proselint not found on PATH"))
+  :pre-check (unless proselint-exec (error "Executable proselint not found on 
PATH"))
   :write-type 'pipe
   :proc-form (list proselint-exec "-")
   :search-regexp "^.+:\\([[:digit:]]+\\):\\([[:digit:]]+\\): \\(.+\\)$"



reply via email to

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