From: Artur Malabarba Date: Fri, 22 Apr 2016 14:16:32 +0000 (-0300) Subject: * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options): X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/6e790b71efae6003b9fa701a8630ee69e0a94294 * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options): Fix docstring quotes. --- 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.