summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/zle.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c2b37420..8ab37305d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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).