about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/intro.yo3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24b7737d9..d05a624d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-05-28  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* Jim Murphy: 44364: Doc/Zsh/intro.yo: refer to main zsh page in
+	zshall doc.
+
 2019-05-23  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
 	* unposted: Completion/Linux/Command/_iptables: remove spurious
diff --git a/Doc/Zsh/intro.yo b/Doc/Zsh/intro.yo
index a7a2f3248..75d25ce27 100644
--- a/Doc/Zsh/intro.yo
+++ b/Doc/Zsh/intro.yo
@@ -15,6 +15,9 @@ startlist()
 ifzshone(\
 list(em(zsh)          Zsh overview (this section))
 )\
+ifzshall(\
+list(em(zsh)          Zsh overview)
+)\
 list(em(zshroadmap)   Informal introduction to the manual)
 list(em(zshmisc)      Anything not fitting into the other sections)
 list(em(zshexpn)      Zsh command and parameter expansion)