branch: externals/ssh-deploy
commit 4af759a8dfa4bc42057968c9491b5ec6b4a3b603
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
More clarifications.
---
ssh-deploy.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssh-deploy.el b/ssh-deploy.el
index 8dabed2..09e427b 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -36,7 +36,7 @@
;; `ssh-deploy-on-explicity-save` you can setup a directory for
;; SSH deploy. The variable `ssh-deploy-key-binding-prefix` controls
;; they key-binding-prefix for `u` (upload), `x` (difference) or
-;; `d` (download). The default key-binding is "C-c C-z". '
+;; `d` (download). The default key-binding-prefix is "C-c C-z". '
;;
;; Please see README.md from the same repository for documentation.