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

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

[elpa] scratch/gited df26e38 4/7: * gited.el (gited-tag-add): Fix docstr


From: Tino Calancha
Subject: [elpa] scratch/gited df26e38 4/7: * gited.el (gited-tag-add): Fix docstring.
Date: Fri, 9 Jun 2017 10:51:49 -0400 (EDT)

branch: scratch/gited
commit df26e382705c2f6c1479015479a1eb4cecfbd260
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    * 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

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