Skip to content

Commit

Permalink
Correct batch mode command line in README (don't specify .el)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiase committed Mar 6, 2024
1 parent 0109851 commit b02b335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ skip-syntax-forward and skip-syntax-backward.

- From batch mode:

emacs -batch -l relint.el -f relint-batch FILES-AND-DIRS...
emacs -batch -l relint -f relint-batch FILES-AND-DIRS...

where directories are scanned recursively.
(Options for finding relint and xr need to be added after
Expand Down

0 comments on commit b02b335

Please sign in to comment.