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

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

[elpa] externals/gited 910cf66 40/73: * gited.el (gited-do-sync-with-tru


From: Stefan Monnier
Subject: [elpa] externals/gited 910cf66 40/73: * gited.el (gited-do-sync-with-trunk): Fix typo in docstring.
Date: Sun, 29 Nov 2020 00:00:35 -0500 (EST)

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

    * gited.el (gited-do-sync-with-trunk): Fix typo in docstring.
---
 gited.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gited.el b/gited.el
index 778c9d7..e9c3f29 100644
--- a/gited.el
+++ b/gited.el
@@ -10,9 +10,9 @@
 ;; Compatibility: GNU Emacs: 24.4
 ;; Version: 0.2.5
 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5"))
-;; Last-Updated: Sat Jul 01 15:47:21 JST 2017
+;; Last-Updated: Sat Jul 01 15:51:52 JST 2017
 ;;           By: calancha
-;;     Update #: 671
+;;     Update #: 672
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
@@ -2192,7 +2192,7 @@ tracking a remote repository"))
 
 (defun gited-do-sync-with-trunk (&optional dont-ask)
   "Run `gited-sync-with-trunk' in the marked branches.
-If optional arg DONT-ASK is non-nil, then do not promt user for the
+If optional arg DONT-ASK is non-nil, then do not prompt user for the
 target branch.  Otherwise, prompt user.
 If no marked files use the branch at point.
 Called interactively with a prefix set DONT-ASK to non-nil."



reply via email to

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