aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Malabarba2016-04-22 11:16:32 -0300
committerArtur Malabarba2016-04-22 11:17:00 -0300
commit6e790b71efae6003b9fa701a8630ee69e0a94294 (patch)
tree3401da0c69436c58f6281ec7b05f1a0427e5b4f1
parentbd1c7ca67e7429e07f78d4ff49163fd7a67a6765 (diff)
downloademacs-6e790b71efae6003b9fa701a8630ee69e0a94294.tar.gz
emacs-6e790b71efae6003b9fa701a8630ee69e0a94294.zip
* lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options):
Fix docstring quotes.
-rw-r--r--lisp/net/tramp-sh.el2
1 files changed, 1 insertions, 1 deletions
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.")
117 "Which ssh Control* arguments to use. 117 "Which ssh Control* arguments to use.
118 118
119If it is a string, it should have the form 119If it is a string, it should have the form
120\"-o ControlMaster=auto -o ControlPath='tramp.%%r@%%h:%%p' 120\"-o ControlMaster=auto -o ControlPath=\\='tramp.%%r@%%h:%%p\\='
121-o ControlPersist=no\". Percent characters in the ControlPath 121-o ControlPersist=no\". Percent characters in the ControlPath
122spec must be doubled, because the string is used as format string. 122spec must be doubled, because the string is used as format string.
123 123