aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/tramp.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 3630c317b2f..db3b3f7fee5 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3857,7 +3857,9 @@ Due to the remote shell saving tilde expansions triggered by
3857@value{tramp} can suppress this behavior with the user option 3857@value{tramp} can suppress this behavior with the user option
3858@code{tramp-histfile-override}. When set to @code{t}, environment 3858@code{tramp-histfile-override}. When set to @code{t}, environment
3859variable @env{HISTFILE} is unset, and environment variables 3859variable @env{HISTFILE} is unset, and environment variables
3860@env{HISTFILESIZE} and @env{HISTSIZE} are set to 0. 3860@env{HISTFILESIZE} and @env{HISTSIZE} are set to 0. Don't use this
3861with @command{bash} 5.0.0. There is a bug in @command{bash} which
3862lets @command{bash} die.
3861 3863
3862Alternatively, @code{tramp-histfile-override} could be a string. 3864Alternatively, @code{tramp-histfile-override} could be a string.
3863Environment variable @env{HISTFILE} is set to this file name then. Be 3865Environment variable @env{HISTFILE} is set to this file name then. Be