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

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

[elpa] externals/ssh-deploy 575ab39905 1/2: Decreased doc-string length


From: Christian Johansson
Subject: [elpa] externals/ssh-deploy 575ab39905 1/2: Decreased doc-string length
Date: Sun, 2 Jul 2023 05:28:50 -0400 (EDT)

branch: externals/ssh-deploy
commit 575ab39905fa5d2773f3ccb8dbfd84f28555cb4e
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Decreased doc-string length
---
 ssh-deploy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index a9c0e2eb91..d74741d4aa 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -174,7 +174,7 @@
 (put 'ssh-deploy-on-explicit-save 'safe-local-variable 'integerp)
 
 (defcustom ssh-deploy-run-script-on-explicit-save 0
-  "Boolean variable if deploy script should be executed on explicit save, 0 by 
default."
+  "Boolean variable if script should be executed on save, 0 by default."
   :type 'integer)
 (put 'ssh-deploy-run-script-on-explicit-save 'permanent-local t)
 (put 'ssh-deploy-run-script-on-explicit-save 'safe-local-variable 'integerp)



reply via email to

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