about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Doc/Zsh/compsys.yo1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78931adbb..c806955f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-09-11  Vin Shelton  <ethersoft@gmail.com>
+
+	* 39284: Doc/Zsh/compsys.yo:
+	Added Completion System Variables as a menu item
+
 2016-09-11  Oliver Kiddle  <opk@zsh.org>
 
 	* 39261 (tweaked cf. Daniel: 39275): Doc/Zsh/compsys.yo:
@@ -17,6 +22,7 @@
 
 	* 39252: Src/Zle/compcore.c, Src/Zle/compctl.c,
 	Src/Zle/computil.c, Src/Zle/zle_misc.c, Src/Zle/zle_tricky.c,
+
 	Src/builtin.c, Src/subst.c, Src/text.c, Src/utils.c: internal:
 	quotestring: Drop the 'e' parameter, which no caller uses.
 
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index bc036ada5..87be0fc59 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -91,6 +91,7 @@ menu(Control Functions)
 menu(Bindable Commands)
 menu(Completion Functions)
 menu(Completion Directories)
+menu(Completion System Variables)
 endmenu()
 
 texinode(Initialization)(Completion System Configuration)()(Completion System)