branch: elpa/evil-nerd-commenter
commit 9c87ea30fac0baf64a72620f5d4f040946a55f3d
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
wording
---
evil-nerd-commenter.el | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/evil-nerd-commenter.el b/evil-nerd-commenter.el
index 0994636295..6fc9624e30 100644
--- a/evil-nerd-commenter.el
+++ b/evil-nerd-commenter.el
@@ -1,11 +1,11 @@
;;; evil-nerd-commenter.el --- Comment/uncomment lines efficiently. Like Nerd
Commenter in Vim
-;; Author: Chen Bin <[email protected]>
+;; Author: Chen Bin <chenbin DOT sh AT gmail.com>
;; URL: http://github.com/redguardtoo/evil-nerd-commenter
;; Version: 3.3.8
;; Package-Requires: ((emacs "24.4"))
-;; Keywords: commenter vim line evil
+;; Keywords: convenience evil
;;
;; This file is not part of GNU Emacs.
@@ -16,14 +16,12 @@
;;; License:
-;; This file is part of evil-nerd-commenter
-;;
-;; evil-nerd-commenter is free software: you can redistribute it and/or
+;; This program is free software: you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as published
;; by the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;
-;; evil-nerd-commenter is distributed in the hope that it will be useful,
+;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.