about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-03-13 21:07:14 -0700
committerBart Schaefer <schaefer@zsh.org>2022-03-13 21:07:14 -0700
commit87d276346fcedd29b402eaf3a4d40b2f4e3573f9 (patch)
tree0cde3d31997ad45699cdd4eff3cc5ff392f0bc69 /Doc
parent28410bd5bc71fda6343b13c2b6abad06bd2eaaee (diff)
downloadzsh-87d276346fcedd29b402eaf3a4d40b2f4e3573f9.tar.gz
zsh-87d276346fcedd29b402eaf3a4d40b2f4e3573f9.tar.xz
zsh-87d276346fcedd29b402eaf3a4d40b2f4e3573f9.zip
49844: Fix node reference errors from 49446 and 49448.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo7
-rw-r--r--Doc/Zsh/zle.yo4
2 files changed, 9 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index c53ca645e..00cbbcd27 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1897,6 +1897,13 @@ The tt(PUSHD_MINUS)
 option exchanges the effects of `tt(~PLUS())' and `tt(~-)' where they are
 followed by a number.
 
+startmenu()
+menu(Dynamic named directories)
+menu(Static named directories)
+menu(`=' expansion)
+menu(Notes)
+endmenu()
+
 texinode(Dynamic named directories)(Static named directories)()(Filename Expansion)
 subsect(Dynamic named directories)
 cindex(directories, named, dynamic)
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index f0165c7c1..2d033a0a1 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -733,7 +733,7 @@ enditem()
 enditem()
 
 texinode(Zle Widgets)(User-Defined Widgets)(Zle Builtins)(Zsh Line Editor)
-sect(Widgets)
+sect(Zle Widgets)
 cindex(widgets)
 All actions in the editor are performed by `widgets'.  A widget's job is
 simply to perform some small action.  The ZLE commands that key sequences
@@ -2627,7 +2627,7 @@ argument, multiple words will be selected.
 )
 enditem()
 
-texinode(Character Highlighting)()(Zle Widgets)(Zsh Line Editor)
+texinode(Character Highlighting)()(Standard Widgets)(Zsh Line Editor)
 sect(Character Highlighting)
 
 vindex(zle_highlight, setting)