summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Doc/Zsh/compwid.yo2
-rw-r--r--Doc/Zsh/manual.yo2
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b268bea6b..e5dbc8303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2000-10-05 Sven Wischnowsky <wischnow@zsh.org>
+ * 12901: Doc/Zsh/compwid.yo, Doc/Zsh/manual.yo: cleanup for 12896
+
* 12899: Completion/Core/_main_complete: unset cshnullglob
* 12898: Src/parse.c: don't return invalid Eprog after parse error
diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo
index b78ffc8e5..5747e3d22 100644
--- a/Doc/Zsh/compwid.yo
+++ b/Doc/Zsh/compwid.yo
@@ -52,7 +52,7 @@ menu(Special Parameters)
menu(Builtin Commands)
menu(Condition Codes)
menu(Matching Control)
-menu(Examples)
+menu(Completion Widget Example)
endmenu()
texinode(Special Parameters)(Builtin Commands)()(Completion Widgets)
diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo
index 9fec2bae2..c91f52d52 100644
--- a/Doc/Zsh/manual.yo
+++ b/Doc/Zsh/manual.yo
@@ -111,7 +111,7 @@ menu(Special Parameters)
menu(Builtin Commands)
menu(Condition Codes)
menu(Matching Control)
-menu(Examples)
+menu(Completion Widget Example)
Completion System