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

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

[elpa] scratch/gited 5d16005: * gited.el (gited-mark-branches-regexp): F


From: Tino Calancha
Subject: [elpa] scratch/gited 5d16005: * gited.el (gited-mark-branches-regexp): Fix docstring.
Date: Mon, 5 Jun 2017 07:43:11 -0400 (EDT)

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

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

diff --git a/packages/gited/gited.el b/packages/gited/gited.el
index 6244872..50ab824 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: 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]