summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-09-26 08:43:47 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-11-26 08:39:08 +0000
commit1168c6c3ea7df938460403cca36037707ee211f2 (patch)
tree05d469ff72774af6ef4f2a7aa941f497b7c4adfe /ChangeLog
parent49447: docs: _wanted: Clarify the example and point to another one. (diff)
downloadzsh-1168c6c3ea7df938460403cca36037707ee211f2.tar
zsh-1168c6c3ea7df938460403cca36037707ee211f2.tar.gz
zsh-1168c6c3ea7df938460403cca36037707ee211f2.tar.bz2
zsh-1168c6c3ea7df938460403cca36037707ee211f2.tar.lz
zsh-1168c6c3ea7df938460403cca36037707ee211f2.tar.xz
zsh-1168c6c3ea7df938460403cca36037707ee211f2.tar.zst
zsh-1168c6c3ea7df938460403cca36037707ee211f2.zip
49448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and `Standard Widgets' sections.
The latter two didn't have their own texinode()s. Various places, both those sections' subsections and elsewhere in the manual, linked to the first section rather than to the third. For instance, zshcontrib(1) pointed to "noderef(Miscellaneous) in noderef(Zle Widgets)", even though the former (currently §18.6.6) is not under the latter (currently §18.4). Add texinode()s and fix those pointers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f83bc2164..493eabda7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2021-11-26 Daniel Shahaf <d.s@daniel.shahaf.name>
+ * 49448: Doc/Zsh/contrib.yo, Doc/Zsh/zle.yo: docs: Fix pointers
+ to the `Widgets', `User-defined Widgets', and `Standard Widgets'
+ sections.
+
* 49447: Doc/Zsh/compsys.yo: docs: _wanted: Clarify the example
and point to another one.