aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2018-05-30 09:00:04 +0200
committerMichael Albinus2018-05-30 09:00:04 +0200
commitb8e7749b3384ea14ca22be4d3adb8659f462ea06 (patch)
treeed78c6a5b5ba4a5189189a2da85706dbc235fa2b /doc
parentf212fe512c3b1757310e875882e3d76b7e8fba23 (diff)
downloademacs-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.texi2
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}:
3162This uses the default value of @code{tramp-terminal-type}, 3162This 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
3164you want to use another value for @env{TERM}, change 3164you 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
3167When using fish shell on remote hosts, disable fancy formatting by 3167When using fish shell on remote hosts, disable fancy formatting by
3168adding the following to @file{~/.config/fish/config.fish}: 3168adding the following to @file{~/.config/fish/config.fish}: