diff options
| author | Michael Albinus | 2018-05-30 09:00:04 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-05-30 09:00:04 +0200 |
| commit | b8e7749b3384ea14ca22be4d3adb8659f462ea06 (patch) | |
| tree | ed78c6a5b5ba4a5189189a2da85706dbc235fa2b /doc | |
| parent | f212fe512c3b1757310e875882e3d76b7e8fba23 (diff) | |
| download | emacs-b8e7749b3384ea14ca22be4d3adb8659f462ea06.tar.gz emacs-b8e7749b3384ea14ca22be4d3adb8659f462ea06.zip | |
Fix example in Tramp manual
* doc/misc/tramp.texi (Frequently Asked Questions): Fix wording
for the zsh example.
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 5fc77cd48c8..a00f2f249ba 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3162,7 +3162,7 @@ following line to @file{~/.zshrc}: | |||
| 3162 | This uses the default value of @code{tramp-terminal-type}, | 3162 | This uses the default value of @code{tramp-terminal-type}, |
| 3163 | @samp{"dumb"}, as value of the @env{TERM} environment variable. If | 3163 | @samp{"dumb"}, as value of the @env{TERM} environment variable. If |
| 3164 | you want to use another value for @env{TERM}, change | 3164 | you want to use another value for @env{TERM}, change |
| 3165 | @code{tramp-terminal-type} accordingly. | 3165 | @code{tramp-terminal-type} and this line accordingly. |
| 3166 | 3166 | ||
| 3167 | When using fish shell on remote hosts, disable fancy formatting by | 3167 | When using fish shell on remote hosts, disable fancy formatting by |
| 3168 | adding the following to @file{~/.config/fish/config.fish}: | 3168 | adding the following to @file{~/.config/fish/config.fish}: |