diff options
author | Masahiro Nakamura <tsuucat@icloud.com> | 2021-03-05 17:42:46 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-03-05 17:42:46 +0100 |
commit | 9f09083bcd68cbaa0b6c14d560ad81ba878cf7be (patch) | |
tree | a70f7d135d6c806880f63ec1f96ba5b7b18b7625 | |
parent | fc83f3795174213a412920232c85377f2a30bb7f (diff) | |
download | emacs-9f09083bcd68cbaa0b6c14d560ad81ba878cf7be.tar.gz |
* doc/misc/tramp.texi (Remote shell setup): Fix reference. (Do not merge)
-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 0a968e39452..8eaac147639 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2150,7 +2150,7 @@ be recomputed. To force @value{tramp} to recompute afresh, call Per default, @value{tramp} uses the command @command{/bin/sh} for starting a shell on the remote host. This can be changed by setting -the connection property @t{"remote-shell"}, see @xref{Predefined +the connection property @t{"remote-shell"}, see @ref{Predefined connection information}. If you want, for example, use @command{/usr/bin/zsh} on a remote host, you might apply |