branch: externals/shell-command+
commit 77989cf36d58c2e41d3b3cfc5adb9bb5345a875e
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
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