summaryrefslogtreecommitdiff
path: root/keybindings.el
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-06-02 17:21:50 +0200
committerGuido Günther <agx@sigxcpu.org>2017-06-02 17:21:50 +0200
commitcd56e3f661145d41244810d64c62e1fa10cd2fcd (patch)
treeeaacc81812080a02decb3bef6e0f36d33744169b /keybindings.el
parent4e4039e461c8c5fcbc8b6618c2eb60238cdab748 (diff)
Use clearer wording
Diffstat (limited to 'keybindings.el')
-rw-r--r--keybindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/keybindings.el b/keybindings.el
index e3a7e80..19d612e 100644
--- a/keybindings.el
+++ b/keybindings.el
@@ -7,7 +7,7 @@
(defun xcpu-thank-ack ()
(interactive)
(search-forward "> ACK")
- (insert "\n\nApplied. Thanks\n -- Guido\n")
+ (insert "\n\nPushed. Thanks\n -- Guido\n")
(backward-char 4))
(global-set-key (kbd "C-, c") 'comment-region)