diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-09-15 20:58:33 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-09-15 20:58:33 +0000 |
commit | d4e869d1009ffe97b13c28c74c736d6072dcf019 (patch) | |
tree | 78800f6746b7e55d3020fb55fc7d6956df119d42 | |
parent | ee91fa4eb1f750f6406b8e695f3748aba957eeab (diff) | |
download | zsh-d4e869d1009ffe97b13c28c74c736d6072dcf019.tar.gz zsh-d4e869d1009ffe97b13c28c74c736d6072dcf019.tar.xz zsh-d4e869d1009ffe97b13c28c74c736d6072dcf019.zip |
ZLE doc xref to BAUD, fix doc build error.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Makefile.in | 2 | ||||
-rw-r--r-- | Doc/Zsh/zle.yo | 8 |
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 8e90e56fb..4d775d86e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-15 Bart Schaefer <schaefer@zsh.org> + + * 15812: Doc/Makefile.in, Doc/Zsh/zle.yo: Include mod_tcp.yo in + MODDOCSRC. Cross-reference parameters used by ZLE. + 2001-09-14 Wayne Davison <wayned@users.sourceforge.net> * 15809: Src/hist.c: With HIST_NO_STORE, don't ignore what looks like diff --git a/Doc/Makefile.in b/Doc/Makefile.in index b8e198bd2..30cde758c 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -61,7 +61,7 @@ Zsh/mod_deltochar.yo Zsh/mod_example.yo Zsh/mod_files.yo \ Zsh/mod_mapfile.yo Zsh/mod_mathfunc.yo Zsh/mod_parameter.yo Zsh/mod_pcre.yo \ Zsh/mod_sched.yo Zsh/mod_stat.yo Zsh/mod_termcap.yo Zsh/mod_terminfo.yo \ Zsh/mod_zftp.yo Zsh/mod_zle.yo Zsh/mod_zleparameter.yo \ -Zsh/mod_zprof.yo Zsh/mod_zpty.yo Zsh/mod_zutil.yo +Zsh/mod_zprof.yo Zsh/mod_zpty.yo Zsh/mod_zutil.yo Zsh/mod_tcp.yo YODLSRC = zmacros.yo zman.yo ztexi.yo Zsh/arith.yo Zsh/builtins.yo \ Zsh/compat.yo Zsh/compctl.yo Zsh/compsys.yo Zsh/compwid.yo Zsh/cond.yo \ diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 4e5a4dc1d..c184f0a87 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -21,6 +21,14 @@ This mode is similar to bf(ksh), and uses no termcap sequences. If tt(TERM) is "emacs", the tt(ZLE) option will be unset by default. +vindex(BAUD, use of) +vindex(COLUMNS, use of) +vindex(LINES, use of) +The parameters tt(BAUD), tt(COLUMNS), and tt(LINES) are also used by the +line editor. +ifzman(See em(Parameters Used By The Shell) in zmanref(zshparam))\ +ifnzman(noderef(Parameters Used By The Shell)). + startmenu() menu(Keymaps) menu(Zle Builtins) |