emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master dfc5b0f: Clarify ediff-directories prompt


From: Dima Kogan
Subject: [Emacs-diffs] master dfc5b0f: Clarify ediff-directories prompt
Date: Thu, 24 Nov 2016 02:18:08 +0000 (UTC)

branch: master
commit dfc5b0f65531ef71cbd2c0cc956c246ea4239612
Author: Dima Kogan <address@hidden>
Commit: Dima Kogan <address@hidden>

    Clarify ediff-directories prompt
    
    * lisp/vc/ediff-mult.el (ediff-filegroup-action):
    * lisp/vc/ediff.el (ediff-directories,ediff-directory-revisions,
    ediff-directories3, ediff-merge-directories,
    ediff-merge-directories-with-ancestor, ediff-merge-directory-revisions,
    ediff-merge-directory-revisions-with-ancestor): Clarify prompt message for
    filename filter in interactive ediff. The new message makes it clear what is
    being filtered
---
 lisp/vc/ediff-mult.el |    6 +++---
 lisp/vc/ediff.el      |   28 ++++++++++++++--------------
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/lisp/vc/ediff-mult.el b/lisp/vc/ediff-mult.el
index 7f0db5d..9c7e278e 100644
--- a/lisp/vc/ediff-mult.el
+++ b/lisp/vc/ediff-mult.el
@@ -1846,9 +1846,9 @@ all marked sessions must be active."
                     (read-string
                      (if (stringp default-regexp)
                          (format
-                          "Filter through regular expression (default %s): "
+                          "Filter filenames through regular expression 
(default %s): "
                           default-regexp)
-                       "Filter through regular expression: ")
+                       "Filter filenames through regular expression: ")
                      nil
                      'ediff-filtering-regexp-history
                      (eval ediff-default-filtering-regexp)))
@@ -1872,7 +1872,7 @@ all marked sessions must be active."
                  (file-directory-p file1))
             (if (ediff-buffer-live-p session-buf)
                 (ediff-show-meta-buffer session-buf)
-              (setq regexp (read-string "Filter through regular expression: "
+              (setq regexp (read-string "Filter filenames through regular 
expression: "
                                         nil 'ediff-filtering-regexp-history))
               (ediff-directory-revisions-internal
                file1 regexp
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el
index a4244c9..ed36a3f 100644
--- a/lisp/vc/ediff.el
+++ b/lisp/vc/ediff.el
@@ -553,9 +553,9 @@ expression; only file names that match the regexp are 
considered."
                           nil 'must-match)
           (read-string
            (if (stringp default-regexp)
-               (format "Filter through regular expression (default %s): "
+               (format "Filter filenames through regular expression (default 
%s): "
                         default-regexp)
-             "Filter through regular expression: ")
+             "Filter filenames through regular expression: ")
            nil
            'ediff-filtering-regexp-history
            (eval ediff-default-filtering-regexp))
@@ -581,9 +581,9 @@ names.  Only the files that are under revision control are 
taken into account."
            "Directory to compare with revision:" dir-A nil 'must-match)
           (read-string
            (if (stringp default-regexp)
-               (format "Filter through regular expression (default %s): "
+               (format "Filter filenames through regular expression (default 
%s): "
                         default-regexp)
-             "Filter through regular expression: ")
+             "Filter filenames through regular expression: ")
            nil
            'ediff-filtering-regexp-history
            (eval ediff-default-filtering-regexp))
@@ -619,9 +619,9 @@ regular expression; only file names that match the regexp 
are considered."
                           nil 'must-match)
           (read-string
            (if (stringp default-regexp)
-               (format "Filter through regular expression (default %s): "
+               (format "Filter filenames through regular expression (default 
%s): "
                         default-regexp)
-             "Filter through regular expression: ")
+             "Filter filenames through regular expression: ")
            nil
            'ediff-filtering-regexp-history
            (eval ediff-default-filtering-regexp))
@@ -651,9 +651,9 @@ expression; only file names that match the regexp are 
considered."
                           nil 'must-match)
           (read-string
            (if (stringp default-regexp)
-               (format "Filter through regular expression (default %s): "
+               (format "Filter filenames through regular expression (default 
%s): "
                         default-regexp)
-             "Filter through regular expression: ")
+             "Filter filenames through regular expression: ")
            nil
            'ediff-filtering-regexp-history
            (eval ediff-default-filtering-regexp))
@@ -692,9 +692,9 @@ only file names that match the regexp are considered."
                                 nil 'must-match)
           (read-string
            (if (stringp default-regexp)
-               (format "Filter through regular expression (default %s): "
+               (format "Filter filenames through regular expression (default 
%s): "
                         default-regexp)
-             "Filter through regular expression: ")
+             "Filter filenames through regular expression: ")
            nil
            'ediff-filtering-regexp-history
            (eval ediff-default-filtering-regexp))
@@ -719,9 +719,9 @@ names.  Only the files that are under revision control are 
taken into account."
            "Directory to merge with revisions:" dir-A nil 'must-match)
           (read-string
            (if (stringp default-regexp)
-               (format "Filter through regular expression (default %s): "
+               (format "Filter filenames through regular expression (default 
%s): "
                         default-regexp)
-             "Filter through regular expression: ")
+             "Filter filenames through regular expression: ")
            nil
            'ediff-filtering-regexp-history
            (eval ediff-default-filtering-regexp))
@@ -750,9 +750,9 @@ names.  Only the files that are under revision control are 
taken into account."
            dir-A nil 'must-match)
           (read-string
            (if (stringp default-regexp)
-               (format "Filter through regular expression (default %s): "
+               (format "Filter filenames through regular expression (default 
%s): "
                         default-regexp)
-             "Filter through regular expression: ")
+             "Filter filenames through regular expression: ")
            nil
            'ediff-filtering-regexp-history
            (eval ediff-default-filtering-regexp))



reply via email to

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