about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-05-27 00:51:38 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-05-27 00:51:38 +0000
commit6c6cb0e23d8a8788b103a6de34665324246963c0 (patch)
treebbbe6e3a3c34351978e9b7c266855e9fac3f27cd /Doc
parentac8c1304ec853b3ce8fa3138e915b86857d92519 (diff)
downloadzsh-6c6cb0e23d8a8788b103a6de34665324246963c0.tar.gz
zsh-6c6cb0e23d8a8788b103a6de34665324246963c0.tar.xz
zsh-6c6cb0e23d8a8788b103a6de34665324246963c0.zip
unposted: document PROMPT_EOL_MARK can be empty
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index fbaf018d3..22a00f5c2 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -1158,8 +1158,8 @@ item(tt(PROMPT_EOL_MARK))(
 When the tt(PROMPT_CR) and tt(PROMPT_SP) options are set, the
 tt(PROMPT_EOL_MARK) parameter can be used to customize how the end of
 partial lines are shown.  This parameter undergoes prompt expansion, with
-the tt(PROMPT_PERCENT) option set.  If not set or empty, the default
-behavior is equivalent to the value `tt(%B%S%#%s%b)'.
+the tt(PROMPT_PERCENT) option set.  If not set, the default behavior is
+equivalent to the value `tt(%B%S%#%s%b)'.
 )
 vindex(PS1)
 item(tt(PS1) <S>)(