From 6e790b71efae6003b9fa701a8630ee69e0a94294 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Fri, 22 Apr 2016 11:16:32 -0300 Subject: [PATCH] * 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 b2293a2b01..071ec57665 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='tramp.%%r@%%h:%%p' +\"-o ControlMaster=auto -o ControlPath=\\='tramp.%%r@%%h:%%p\\=' -o ControlPersist=no\". Percent characters in the ControlPath spec must be doubled, because the string is used as format string. -- 2.39.2