emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 6e790b7: * lisp/net/tramp-sh.el (tramp-ssh-controlm


From: Artur Malabarba
Subject: [Emacs-diffs] master 6e790b7: * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options):
Date: Fri, 22 Apr 2016 14:17:23 +0000

branch: master
commit 6e790b71efae6003b9fa701a8630ee69e0a94294
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options):
    
    Fix docstring quotes.
---
 lisp/net/tramp-sh.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index b2293a2..071ec57 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -117,7 +117,7 @@ detected as prompt when being sent on echoing hosts, 
therefore.")
   "Which ssh Control* arguments to use.
 
 If it is a string, it should have the form
-\"-o ControlMaster=auto -o ControlPath='address@hidden:%%p'
+\"-o ControlMaster=auto -o ControlPath=\\='address@hidden:%%p\\='
 -o ControlPersist=no\".  Percent characters in the ControlPath
 spec must be doubled, because the string is used as format string.
 



reply via email to

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