diff options
| author | Artur Malabarba | 2016-04-22 11:16:32 -0300 |
|---|---|---|
| committer | Artur Malabarba | 2016-04-22 11:17:00 -0300 |
| commit | 6e790b71efae6003b9fa701a8630ee69e0a94294 (patch) | |
| tree | 3401da0c69436c58f6281ec7b05f1a0427e5b4f1 | |
| parent | bd1c7ca67e7429e07f78d4ff49163fd7a67a6765 (diff) | |
| download | emacs-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.el | 2 |
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 | ||
| 119 | If it is a string, it should have the form | 119 | If 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 |
| 122 | spec must be doubled, because the string is used as format string. | 122 | spec must be doubled, because the string is used as format string. |
| 123 | 123 | ||