branch: scratch/gited
commit df26e382705c2f6c1479015479a1eb4cecfbd260
Author: Tino Calancha <tino.calan...@gmail.com>
Commit: Tino Calancha <tino.calan...@gmail.com>
    * gited.el (gited-tag-add): Fix docstring.
---
 packages/gited/gited.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/gited/gited.el b/packages/gited/gited.el
index af65e35..621aad0 100644
--- a/packages/gited/gited.el
+++ b/packages/gited/gited.el
@@ -10,9 +10,9 @@
 ;; Compatibility: GNU Emacs: 24.4
 ;; Version: 0.2.0
 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5"))
-;; Last-Updated: Fri Jun 09 21:06:05 JST 2017
+;; Last-Updated: Fri Jun 09 21:14:48 JST 2017
 ;;           By: calancha
-;;     Update #: 656
+;;     Update #: 657
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
@@ -2307,7 +2307,7 @@ prefix arguments includes the ignored files as well."
 
 ;;; Commands handling tags.
 (defun gited-tag-add (name commit &optional arg)
-  "Create a new tag with name NAME at COMMIT with message MSG.
+  "Create a new tag with name NAME at COMMIT.
 Called with a prefix argument C-u, annotate the tag.
 Called with a numeric prefix ARG > 1, make a GPG-signed tag using the default
  e-mail address's key.

Reply via email to