branch: elpa/evil-nerd-commenter
commit 386cd758a477d1b1ba742ef698ecc19916b43fbe
Merge: 3ca33ee87a 95ed1ad244
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>

    Merge commit '95ed1ad244'
    
    * commit '95ed1ad244':
      fixed warnings from native compiler
---
 tests/my-byte-compile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/my-byte-compile.el b/tests/my-byte-compile.el
index 5cf4841328..d765dd79b5 100644
--- a/tests/my-byte-compile.el
+++ b/tests/my-byte-compile.el
@@ -20,7 +20,7 @@
 ;; along with this program; if not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
-;;  Syntax check the pyim code.  It's used in Emacs cli.
+;;  Syntax check the code.  It's used in Emacs cli.
 ;;
 
 ;;; Code:
@@ -40,4 +40,4 @@
     (byte-compile-file file)))
 
 (provide 'my-byte-compile)
-;;; my-elint.el ends here
+;;; my-byte-compile.el ends here

Reply via email to