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

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

[elpa] externals/relint 9de65a6 11/15: Remove package description in rel


From: Mattias Engdegård
Subject: [elpa] externals/relint 9de65a6 11/15: Remove package description in relint.el
Date: Sat, 29 Feb 2020 17:22:30 -0500 (EST)

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

    Remove package description in relint.el
    
    Refer to the README file instead, avoiding some redundancy.
---
 relint.el | 32 +++-----------------------------
 1 file changed, 3 insertions(+), 29 deletions(-)

diff --git a/relint.el b/relint.el
index 3506495..fc06746 100644
--- a/relint.el
+++ b/relint.el
@@ -23,35 +23,9 @@
 
 ;;; Commentary:
 
-;; Scan elisp files for regexp strings and reports potential errors,
-;; including deprecated syntax and bad practice.
-;; Also check the regexp-like skip-set arguments to
-;; `skip-chars-forward' and `skip-chars-backward', and syntax codes for
-;; `skip-syntax-forward' and `skip-syntax-backward'.
-;;
-;; How to use:
-;;
-;; * Inside Emacs:
-;;
-;;   M-x relint-file            (check a single elisp file)
-;;   M-x relint-directory       (check all .el files in a directory tree)
-;;   M-x relint-current-buffer  (check current buffer)
-;;
-;;   In the `*relint*' buffer, pressing "g" will re-run the same check.
-;;
-;; * From batch mode:
-;;
-;;   emacs -batch -l relint.el -f relint-batch FILES-AND-DIRS...
-;;
-;;   where options for finding relint and xr need to be added after
-;;   `-batch', either `-f package-initialize' or `-L DIR'.
-
-;; Bugs:
-;;
-;;   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
-;;   few. It tries to minimise the amount of false positives.
-;;   In other words, it is a nothing but a hack.
+;; Relint scans elisp files for regexps and reports potential errors,
+;; including deprecated syntax and bad practice. See the README file
+;; for more information.
 
 ;;; News:
 



reply via email to

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