mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
unposted: docs: zshzle(1): Trivial clarification to $CONTEXT.
This commit is contained in:
parent
0194b4ab1d
commit
abe997e5e0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-01-18 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Doc/Zsh/zle.yo: docs: zshzle(1): Trivial
|
||||
clarification to $CONTEXT.
|
||||
|
||||
2016-01-15 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 37646: Src/builtin.c, Test/B02typeset.ztst: typeset should
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue