aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMichael Albinus2021-03-12 16:09:42 +0100
committerMichael Albinus2021-03-12 16:09:42 +0100
commite609bf59ebb23c10f0e9f56df38f64be37de06dd (patch)
treeac27e8e49185bee006cb5bc8a16ca1e8c3ee7b75 /doc/misc
parenta0854f939ce3a1de2c8cbc5e38b106a8df4480f6 (diff)
downloademacs-e609bf59ebb23c10f0e9f56df38f64be37de06dd.tar.gz
emacs-e609bf59ebb23c10f0e9f56df38f64be37de06dd.zip
Tramp sshfs fixes
* doc/misc/tramp.texi (FUSE setup): Fix typo. * lisp/net/tramp-sshfs.el (tramp-sshfs-handle-set-file-modes): Use `tramp-compat-set-file-modes'. * test/lisp/net/tramp-tests.el (tramp-test43-asynchronous-requests): Don't run for tramp-sshfs.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/tramp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index e5e15cdaa5d..7ae562244e2 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2653,7 +2653,7 @@ The method @option{sshfs} declares the mount arguments in the variable
2653a list of list of strings, and can be overwritten by the connection 2653a list of list of strings, and can be overwritten by the connection
2654property @t{"mount-args"}, @xref{Predefined connection information}. 2654property @t{"mount-args"}, @xref{Predefined connection information}.
2655 2655
2656Additionally. it declares also the arguments for running remote 2656Additionally, it declares also the arguments for running remote
2657processes, using the @command{ssh} command. These don't need to be 2657processes, using the @command{ssh} command. These don't need to be
2658changed. 2658changed.
2659 2659