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-Tag: emacs-26.0.90~2183 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e790b71efae6003b9fa701a8630ee69e0a94294;p=emacs.git * 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 b2293a2b014..071ec576652 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.