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

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

[elpa] externals/gited ff44a0d 23/73: * gited.el (gited-tag-add): Fix do


From: Stefan Monnier
Subject: [elpa] externals/gited ff44a0d 23/73: * gited.el (gited-tag-add): Fix docstring.
Date: Sun, 29 Nov 2020 00:00:32 -0500 (EST)

branch: externals/gited
commit ff44a0d2b641aa9cbe24292a4a7a5bc81c5e7adb
Author: Tino Calancha <tino.calancha@gmail.com>
Commit: Tino Calancha <tino.calancha@gmail.com>

    * gited.el (gited-tag-add): Fix docstring.
---
 gited.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gited.el b/gited.el
index af65e35..621aad0 100644
--- a/gited.el
+++ b/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]