]> code.delx.au - gnu-emacs/commitdiff
* lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options):
authorArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 22 Apr 2016 14:16:32 +0000 (11:16 -0300)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Fri, 22 Apr 2016 14:17:00 +0000 (11:17 -0300)
Fix docstring quotes.

lisp/net/tramp-sh.el

index b2293a2b014e0e13c9b2b7696427913b5877ba25..071ec576652b2c9439f13bf826e6aa634e1f0ecc 100644 (file)
@@ -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.