summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-02-26 18:37:14 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-02-26 18:37:14 +0100
commit496fa1c03b1b3ce4aa9872751e9fac45167766c2 (patch)
tree2dd22c5526c20294203f504fa72798deabaeb4be /doc
parenta2c740f185821a5307fe5de447bc64e823d7a836 (diff)
downloademacs-496fa1c03b1b3ce4aa9872751e9fac45167766c2.tar.gz
Fix Tramp manual
* doc/misc/tramp.texi (External methods): Mention "about-args". (Remote shell setup): Use sshx.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 609d08c3364..4636e736713 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -1182,7 +1182,7 @@ of the configured system storage.
Optional flags to the different @option{rclone} operations could be
passed as connection property, @xref{Predefined connection
information}. Supported properties are @t{"mount-args"},
-@t{"copyto-args"} and @t{"moveto-args"}.
+@t{"copyto-args"}, @t{"moveto-args"} and @t{"about-args"}.
Access via @option{rclone} is slow. If you have an alternative method
for accessing the system storage, you should use it.
@@ -2218,7 +2218,7 @@ connection information}. If you want, for example, use
@lisp
@group
(add-to-list 'tramp-connection-properties
- (list (regexp-quote "@trampfn{ssh,user@@host,}")
+ (list (regexp-quote "@trampfn{sshx,user@@host,}")
"remote-shell" "/usr/bin/zsh"))
@end group
@end lisp