diff options
| author | Masahiro Nakamura | 2021-03-05 17:46:53 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-03-05 17:46:53 +0100 |
| commit | 986a919523cb963539cceadfda511eaf8a64d829 (patch) | |
| tree | aa1974bdce8fd17eaf264fc2fcd7b8805678bca5 /doc/misc | |
| parent | 1b30431c0ec871658423ba080eb6c89df24e7232 (diff) | |
| download | emacs-986a919523cb963539cceadfda511eaf8a64d829.tar.gz emacs-986a919523cb963539cceadfda511eaf8a64d829.zip | |
* doc/misc/tramp.texi (Remote shell setup): Fix reference.
Diffstat (limited to 'doc/misc')
| -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 4636e736713..2c9348f6d0d 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2211,7 +2211,7 @@ be recomputed. To force @value{tramp} to recompute afresh, call | |||
| 2211 | 2211 | ||
| 2212 | By default, @value{tramp} uses the command @command{/bin/sh} for | 2212 | By default, @value{tramp} uses the command @command{/bin/sh} for |
| 2213 | starting a shell on the remote host. This can be changed by setting | 2213 | starting a shell on the remote host. This can be changed by setting |
| 2214 | the connection property @t{"remote-shell"}; see @pxref{Predefined | 2214 | the connection property @t{"remote-shell"}; see @ref{Predefined |
| 2215 | connection information}. If you want, for example, use | 2215 | connection information}. If you want, for example, use |
| 2216 | @command{/usr/bin/zsh} on a remote host, you might apply | 2216 | @command{/usr/bin/zsh} on a remote host, you might apply |
| 2217 | 2217 | ||