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

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

[elpa] master 20822cc: * gited.el (gited-tag-add): Fix docstring.


From: Tino Calancha
Subject: [elpa] master 20822cc: * gited.el (gited-tag-add): Fix docstring.
Date: Wed, 5 Jul 2017 22:19:37 -0400 (EDT)

branch: master
commit 20822cc51a513f31542e172515df3980e5bb764a
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    * gited.el (gited-tag-add): Fix docstring.
---
 packages/gited/gited.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/gited/gited.el b/packages/gited/gited.el
index 8477322..0825772 100644
--- a/packages/gited/gited.el
+++ b/packages/gited/gited.el
@@ -10,9 +10,9 @@
 ;; Compatibility: GNU Emacs: 24.4
 ;; Version: 0.3
 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5"))
-;; Last-Updated: Wed Jul 05 15:23:23 JST 2017
+;; Last-Updated: Thu Jul 06 11:18:07 JST 2017
 ;;           By: calancha
-;;     Update #: 675
+;;     Update #: 676
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
@@ -2424,9 +2424,9 @@ prefix arguments includes the ignored files as well."
 (defun gited-tag-add (name commit &optional arg)
   "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
+Called with a numeric prefix ARG > 0, make a GPG-signed tag using the default
  e-mail address's key.
-Called with a numeric prefix ARG < 1, prompt for the key and make a GPG-signed 
tag."
+Called with a numeric prefix ARG < 0, prompt for the key and make a GPG-signed 
tag."
   (interactive
    (let ((commit (gited-get-branchname))
          (name (read-string "Tag name: ")))



reply via email to

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