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

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

[elpa] externals/relint 973241a 1/9: Fix typo in comment


From: Mattias Engdegård
Subject: [elpa] externals/relint 973241a 1/9: Fix typo in comment
Date: Sat, 13 Apr 2019 12:51:29 -0400 (EDT)

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

    Fix typo in comment
---
 relint.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/relint.el b/relint.el
index 445c7bb..0d3a2f6 100644
--- a/relint.el
+++ b/relint.el
@@ -903,7 +903,7 @@
                   (memq re-arg relint--checked-variables))
        (relint--check-re re-arg (format "call to %s" (car form))
                          file pos (cons 2 path)))
-     ;; string-trim has another regexp argument (trim, arg 3)
+     ;; string-trim has another regexp argument (trim-right, arg 3)
      (when (and (eq (car form) 'string-trim)
                 (car rest))
        (let ((right (car rest)))



reply via email to

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