]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (Frequently Asked Questions): Mention
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 29 Jul 2013 09:07:30 +0000 (11:07 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 29 Jul 2013 09:07:30 +0000 (11:07 +0200)
`tramp-use-ssh-controlmaster-options'.

doc/misc/ChangeLog
doc/misc/tramp.texi

index 50214bb364c36bec81bd5a47ff52a5dcdc6f6ed5..b4cd73bda089e02789d02c2da3fe400b523e9657 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (Frequently Asked Questions): Mention
+       `tramp-use-ssh-controlmaster-options'.
+
 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
 
        * gnus.texi (Sorting the Summary Buffer): Document new defcustom
index 1121a450ebd60f4f9679cb5992f3f8ca442d9b40..03c6da3b73fd9089fed3934ee33a4877fa777437 100644 (file)
@@ -3186,13 +3186,13 @@ for example:
 @end lisp
 
 Note, that "%r", "%h" and "%p" must be encoded as "%%r", "%%h" and
-"%%p", respectively.  The entries of @code{ControlPath},
-@code{ControlMaster} and @code{ControlPersist} can be removed from
-this setting, if they are configured properly in your
-@file{~/.ssh/config}:
+"%%p", respectively.
+
+These settings can be suppressed, if they are configured properly in
+your @file{~/.ssh/config}:
 
 @lisp
-(setq tramp-ssh-controlmaster-options "")
+(setq tramp-use-ssh-controlmaster-options nil)
 @end lisp