From: Michael Albinus Date: Mon, 9 Dec 2024 14:50:59 +0000 (+0100) Subject: * doc/misc/tramp.texi (FUSE-based methods): Fix sshfs reference. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ebc0c9e0e21eacaa1d9015c0f116b22eab3f345;p=emacs.git * doc/misc/tramp.texi (FUSE-based methods): Fix sshfs reference. (cherry picked from commit b4bcbabf95c5cf4d4175bfb78e56e717d21a1034) --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 8ea9f48ac20..86a7bf4c0eb 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -1562,10 +1562,10 @@ for accessing the system storage, you should use it. @vindex tramp-sshfs-program On local hosts which have installed the @command{sshfs} client for -mounting a file system based on @command{sftp}, this method can be -used, see -@uref{https://github.com/libfuse/sshfs/blob/master/README.rst/}. If -the @command{sshfs} program isn't found in your @env{PATH} environment +mounting a file system based on the @command{sftp} subsystem of +@command{ssh}, this method can be used, see +@uref{https://github.com/libfuse/sshfs/blob/master/README.md}. If the +@command{sshfs} program isn't found in your @env{PATH} environment variable, you can tell @value{tramp} its absolute path via the user option @code{tramp-sshfs-program}.