diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-01-18 02:39:51 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-01-18 02:39:51 +0000 |
commit | abe997e5e03aaa3761c764a095fcd95d8e89a551 (patch) | |
tree | ba50482c1aa5a0ef3867dae4837af6b47341c714 /Doc/Zsh | |
parent | 0194b4ab1d0fc6aeae5416edb0122146da9646c9 (diff) | |
download | zsh-abe997e5e03aaa3761c764a095fcd95d8e89a551.tar.gz zsh-abe997e5e03aaa3761c764a095fcd95d8e89a551.tar.xz zsh-abe997e5e03aaa3761c764a095fcd95d8e89a551.zip |
unposted: docs: zshzle(1): Trivial clarification to $CONTEXT.
Diffstat (limited to 'Doc/Zsh')
-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 9c4623247..414c8dd65 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -802,7 +802,7 @@ item(tt(cont))( A continuation to a command line (at prompt tt(PS2)). ) item(tt(select))( -In a tt(select) loop. +In a tt(select) loop (at prompt tt(PS3)). ) item(tt(vared))( Editing a variable in tt(vared). |