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

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

[elpa] externals/shell-command+ 77989cf 26/36: renamed "Bang command" to


From: Stefan Monnier
Subject: [elpa] externals/shell-command+ 77989cf 26/36: renamed "Bang command" to "Shell command"
Date: Fri, 25 Sep 2020 11:01:26 -0400 (EDT)

branch: externals/shell-command+
commit 77989cf36d58c2e41d3b3cfc5adb9bb5345a875e
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>

    renamed "Bang command" to "Shell command"
---
 bang.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bang.el b/bang.el
index 9245057..16efe48 100644
--- a/bang.el
+++ b/bang.el
@@ -74,7 +74,7 @@ insert a literal % quote it using a backslash.
 
 In case a region is active, bang will only work with the region
 between BEG and END. Otherwise the whole buffer is processed."
-  (interactive (list (read-shell-command "Bang command: ")
+  (interactive (list (read-shell-command "Shell command: ")
                      (if (use-region-p) (region-beginning) (point-min))
                      (if (use-region-p) (region-end) (point-max))))
   (save-match-data



reply via email to

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