diff options
| author | Michael Albinus | 2021-03-12 16:09:42 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-03-12 16:09:42 +0100 |
| commit | e609bf59ebb23c10f0e9f56df38f64be37de06dd (patch) | |
| tree | ac27e8e49185bee006cb5bc8a16ca1e8c3ee7b75 /doc | |
| parent | a0854f939ce3a1de2c8cbc5e38b106a8df4480f6 (diff) | |
| download | emacs-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')
| -rw-r--r-- | doc/misc/tramp.texi | 2 |
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 | |||
| 2653 | a list of list of strings, and can be overwritten by the connection | 2653 | a list of list of strings, and can be overwritten by the connection |
| 2654 | property @t{"mount-args"}, @xref{Predefined connection information}. | 2654 | property @t{"mount-args"}, @xref{Predefined connection information}. |
| 2655 | 2655 | ||
| 2656 | Additionally. it declares also the arguments for running remote | 2656 | Additionally, it declares also the arguments for running remote |
| 2657 | processes, using the @command{ssh} command. These don't need to be | 2657 | processes, using the @command{ssh} command. These don't need to be |
| 2658 | changed. | 2658 | changed. |
| 2659 | 2659 | ||