about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-02-07 11:29:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-02-07 11:29:30 +0000
commit30176eaf635a61d77114f5e834ed0684ea7dac05 (patch)
tree344141169d7c46c58a5c74bca2b81d17862fd0ac /Doc
parent90b6199e17c437408192966a3ff8266db9a4b1c2 (diff)
downloadzsh-30176eaf635a61d77114f5e834ed0684ea7dac05.tar.gz
zsh-30176eaf635a61d77114f5e834ed0684ea7dac05.tar.xz
zsh-30176eaf635a61d77114f5e834ed0684ea7dac05.zip
22198: do always set HOME in native emulation
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 7999d297b..a91e99fbd 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -805,7 +805,10 @@ cushion for saving duplicated history events.
 )
 vindex(HOME)
 item(tt(HOME) <S>)(
-The default argument for the tt(cd) command.
+The default argument for the tt(cd) command.  This is not set automatically
+by the shell in tt(sh), tt(ksh) or tt(csh) emulation, but it is typically
+present in the environment anyway, and if it becomes set it has its usual
+special behaviour.
 )
 vindex(IFS)
 item(tt(IFS) <S>)(