diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-25 11:55:58 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-06-25 11:55:58 +0000 |
commit | d8177def3f0cee762784e600b32f340952815fbd (patch) | |
tree | 5746370344ab6f781b2212d4bc8237d3f86e6f6e | |
parent | e1680e68409892a4737243fff9ea9b0043e99ea0 (diff) | |
download | zsh-d8177def3f0cee762784e600b32f340952815fbd.tar.gz zsh-d8177def3f0cee762784e600b32f340952815fbd.tar.xz zsh-d8177def3f0cee762784e600b32f340952815fbd.zip |
Axel Beckert: 29506: use form SINGLE_LINE_ZLE in manual
-rw-r--r-- | Doc/Zsh/params.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 22a00f5c2..c46d85bcd 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -1226,7 +1226,7 @@ vindex(RPS1) item(tt(RPS1) <S>)( This prompt is displayed on the right-hand side of the screen when the primary prompt is being displayed on the left. -This does not work if the tt(SINGLELINEZLE) option is set. +This does not work if the tt(SINGLE_LINE_ZLE) option is set. It is expanded in the same way as tt(PS1). ) vindex(RPROMPT2) @@ -1235,7 +1235,7 @@ vindex(RPS2) item(tt(RPS2) <S>)( This prompt is displayed on the right-hand side of the screen when the secondary prompt is being displayed on the left. -This does not work if the tt(SINGLELINEZLE) option is set. +This does not work if the tt(SINGLE_LINE_ZLE) option is set. It is expanded in the same way as tt(PS2). ) vindex(SAVEHIST) |