diff options
author | Bart Schaefer <schaefer@zsh.org> | 2023-11-18 16:08:28 -0800 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2023-11-18 16:08:28 -0800 |
commit | e32da8611197a56482ac3da7a85fc9e1d02e7b98 (patch) | |
tree | 6bf08d5aa554ed1465c2f45633ea53f57a6cebea /Doc | |
parent | 8f0a8131fad30c627d72f24a6a88ac0053cd3790 (diff) | |
download | zsh-e32da8611197a56482ac3da7a85fc9e1d02e7b98.tar.gz zsh-e32da8611197a56482ac3da7a85fc9e1d02e7b98.tar.xz zsh-e32da8611197a56482ac3da7a85fc9e1d02e7b98.zip |
Unposted (cf. 52296): correct description of "vared -e"
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/zle.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index c622483d7..495bd86a8 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -376,7 +376,7 @@ If the tt(-p) flag is given, the following string will be taken as the prompt to display at the left. If the tt(-r) flag is given, the following string gives the prompt to display at the right. If the tt(-h) flag is specified, the history can be accessed from ZLE. If the -tt(-e) flag is given, typing tt(^D) (Control-D) on an empty line +tt(-e) flag is given, typing tt(^D) (Control-D) in an empty buffer causes tt(vared) to exit immediately with a non-zero return value. The tt(-M) option gives a keymap to link to the tt(main) keymap during |