From e0b26186f1d3c1a3a580eb7e8a8199c25536f4e6 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 26 Oct 1999 15:36:10 +0000 Subject: manual/8424 --- Doc/Zsh/modules.yo | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Doc/Zsh/modules.yo') diff --git a/Doc/Zsh/modules.yo b/Doc/Zsh/modules.yo index b06edfda2..9ce81c264 100644 --- a/Doc/Zsh/modules.yo +++ b/Doc/Zsh/modules.yo @@ -15,9 +15,6 @@ Builtins for manipulating POSIX.1e (POSIX.6) capability (privilege) sets. item(tt(clone))( A builtin that can clone a running shell onto another terminal. ) -item(tt(comp1))( -Base of the completion system. Used by the tt(compctl) and tt(zle) modules. -) item(tt(compctl))( The tt(compctl) builtin for controlling completion and the builtins for completion widgets. @@ -59,11 +56,14 @@ A builtin FTP client. item(tt(zle))( The Zsh Line Editor, including the tt(bindkey) and tt(vared) builtins. ) +item(tt(zleparameter))( +Access to internals of the Zsh Line Editor via parameters. +) enditem() startmenu() menu(The cap Module) menu(The clone Module) -menu(The comp1 Module) +menu(The complete Module) menu(The compctl Module) menu(The complist Module) menu(The computil Module) @@ -77,10 +77,11 @@ menu(The sched Module) menu(The stat Module) menu(The zftp Module) menu(The zle Module) +menu(The zleparameter Module) endmenu() includefile(Zsh/mod_cap.yo) includefile(Zsh/mod_clone.yo) -includefile(Zsh/mod_comp1.yo) +includefile(Zsh/mod_complete.yo) includefile(Zsh/mod_compctl.yo) includefile(Zsh/mod_complist.yo) includefile(Zsh/mod_computil.yo) @@ -94,3 +95,4 @@ includefile(Zsh/mod_sched.yo) includefile(Zsh/mod_stat.yo) includefile(Zsh/mod_zftp.yo) includefile(Zsh/mod_zle.yo) +includefile(Zsh/mod_zleparameter.yo) -- cgit 1.4.1