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

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

[elpa] externals/relint b4fc385 04/44: Rename trawl--batch to trawl-batc


From: Mattias Engdegård
Subject: [elpa] externals/relint b4fc385 04/44: Rename trawl--batch to trawl-batch
Date: Tue, 26 Mar 2019 12:57:24 -0400 (EDT)

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

    Rename trawl--batch to trawl-batch
---
 trawl.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/trawl.el b/trawl.el
index 11e09a9..ab4295b 100644
--- a/trawl.el
+++ b/trawl.el
@@ -27,9 +27,11 @@
 ;; To use:  M-x trawl-file       (check a single elisp file)
 ;;      or  M-x trawl-directory  (check all .el files in a directory tree)
 ;;
-;; It can also be used from batch mode by calling `trawl--batch' with
+;; It can also be used from batch mode by calling `trawl-batch' with
 ;; files and/or directories as command-line arguments, errors going
-;; to stderr.
+;; to stderr:
+;;
+;;  emacs -batch -l trawl.el -f trawl-batch FILES-AND-DIRS...
 ;;
 ;; Since there is no sure way to know whether a particular string is a
 ;; regexp, the code has to guess a lot, and will likely miss quite a
@@ -409,7 +411,7 @@
   (trawl--finish))
 
 
-(defun trawl--batch ()
+(defun trawl-batch ()
   "Scan elisp source files for errors in regex strings.
 Call this function in batch mode with files and directories as
 command-line arguments.  Files are scanned; directories are



reply via email to

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