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

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

[elpa] externals/gited 861281e 06/73: * gited.el (gited-mark-branches-re


From: Stefan Monnier
Subject: [elpa] externals/gited 861281e 06/73: * gited.el (gited-mark-branches-regexp): Fix docstring.
Date: Sun, 29 Nov 2020 00:00:28 -0500 (EST)

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

    * gited.el (gited-mark-branches-regexp): Fix docstring.
---
 gited.el | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gited.el b/gited.el
index 6244872..50ab824 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: Sun Jun 04 12:46:33 JST 2017
+;; Last-Updated: Mon Jun 05 20:40:08 JST 2017
 ;;           By: calancha
-;;     Update #: 638
+;;     Update #: 639
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
@@ -2749,11 +2749,8 @@ With a prefix argument, kill that many lines starting 
with the current line.
         count))))
 
 (defun gited-mark-branches-regexp (regexp &optional marker-char)
-  "Mark all files matching REGEXP for use in later commands.
-A prefix argument means to unmark them instead.
-
-REGEXP is an Emacs regexp, not a shell wildcard.  Thus, use `\\.o$' for
-object files--just `.o' will mark more than you might think."
+  "Mark all branches matching REGEXP for use in later commands.
+A prefix argument means to unmark them instead."
   (interactive
    (list (read-regexp (concat (if current-prefix-arg "Unmark" "Mark")
                               " branches (regexp): ")



reply via email to

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