diff options
| author | Michael Albinus | 2024-12-09 15:50:59 +0100 |
|---|---|---|
| committer | Michael Albinus | 2024-12-09 15:50:59 +0100 |
| commit | b4bcbabf95c5cf4d4175bfb78e56e717d21a1034 (patch) | |
| tree | 5051724b220762c07c1e4c2e760c078a36b7c63f /doc/misc | |
| parent | f8da72b41cda77088231a03da2e0879a79c5f12e (diff) | |
| download | emacs-b4bcbabf95c5cf4d4175bfb78e56e717d21a1034.tar.gz emacs-b4bcbabf95c5cf4d4175bfb78e56e717d21a1034.zip | |
* doc/misc/tramp.texi (FUSE-based methods): Fix sshfs reference.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 3af478052ed..94e06ce6af3 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -1530,10 +1530,10 @@ for accessing the system storage, you should use it. | |||
| 1530 | 1530 | ||
| 1531 | @vindex tramp-sshfs-program | 1531 | @vindex tramp-sshfs-program |
| 1532 | On local hosts which have installed the @command{sshfs} client for | 1532 | On local hosts which have installed the @command{sshfs} client for |
| 1533 | mounting a file system based on @command{sftp}, this method can be | 1533 | mounting a file system based on the @command{sftp} subsystem of |
| 1534 | used, see | 1534 | @command{ssh}, this method can be used, see |
| 1535 | @uref{https://github.com/libfuse/sshfs/blob/master/README.rst/}. If | 1535 | @uref{https://github.com/libfuse/sshfs/blob/master/README.md}. If the |
| 1536 | the @command{sshfs} program isn't found in your @env{PATH} environment | 1536 | @command{sshfs} program isn't found in your @env{PATH} environment |
| 1537 | variable, you can tell @value{tramp} its absolute path via the user | 1537 | variable, you can tell @value{tramp} its absolute path via the user |
| 1538 | option @code{tramp-sshfs-program}. | 1538 | option @code{tramp-sshfs-program}. |
| 1539 | 1539 | ||