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

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

[elpa] externals/relint f5bbfdb 02/12: Describe exit status in relint-ba


From: Mattias Engdegård
Subject: [elpa] externals/relint f5bbfdb 02/12: Describe exit status in relint-batch doc string
Date: Thu, 30 Jan 2020 10:53:39 -0500 (EST)

branch: externals/relint
commit f5bbfdb8b51d9f6b24d26507bacea61887d71cc3
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Describe exit status in relint-batch doc string
---
 relint.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/relint.el b/relint.el
index 3b9b592..346e295 100644
--- a/relint.el
+++ b/relint.el
@@ -1772,7 +1772,9 @@ The buffer must be in emacs-lisp-mode."
   "Scan elisp source files for regexp-related errors.
 Call this function in batch mode with files and directories as
 command-line arguments.  Files are scanned; directories are
-searched recursively for *.el files to scan."
+searched recursively for *.el files to scan.
+When done, Emacs terminates with a nonzero status if anything worth
+complaining about was found, zero otherwise."
   (unless noninteractive
     (error "`relint-batch' is only for use with -batch"))
   (relint--scan-files (mapcan (lambda (arg)



reply via email to

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