diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2025-01-03 23:38:21 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2025-01-03 23:38:21 +0900 |
commit | 3f43a2ffd1cfff92ed4627b75d84fbfc1b9abbbc (patch) | |
tree | e3759fc0766bdcc7b93b32a7eefeb09fc0e91c8d /Doc/Zsh/manual.yo | |
parent | 98e486fb5642f04c0909d3cd487382f5901e984e (diff) | |
download | zsh-3f43a2ffd1cfff92ed4627b75d84fbfc1b9abbbc.tar.gz zsh-3f43a2ffd1cfff92ed4627b75d84fbfc1b9abbbc.zip |
53293: fix menu() and texinode() in yodl docs
Diffstat (limited to 'Doc/Zsh/manual.yo')
-rw-r--r-- | Doc/Zsh/manual.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/manual.yo b/Doc/Zsh/manual.yo index dc4d6ed07..e54dd077c 100644 --- a/Doc/Zsh/manual.yo +++ b/Doc/Zsh/manual.yo @@ -126,7 +126,8 @@ menu(Initialization) menu(Completion System Configuration) menu(Control Functions) menu(Bindable Commands) -menu(Completion Functions) +menu(Utility Functions) +menu(Completion System Variables) menu(Completion Directories) Completion Using compctl |