1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 00:31:07 +02:00

31263 (but changed * to - for consitency):

suppress texinfo warning by giving item an argument
This commit is contained in:
Peter Stephenson 2013-04-12 23:01:25 +01:00
parent b174a0df05
commit 67a4be36c6
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
2013-04-12 Peter Stephenson <p.w.stephenson@ntlworld.com> 2013-04-12 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 31263 (changed * to - for consistency with elsewhere):
Doc/Zsh/mod_curses.yo: suppress texinfo warning by adding item
arguments.
* 31261: Doc/Zsh/compsys.yo, Doc/ztexi.yo: updates needed * 31261: Doc/Zsh/compsys.yo, Doc/ztexi.yo: updates needed
with latest texinfo. with latest texinfo.

View file

@ -84,11 +84,11 @@ The subcommand tt(position) writes various positions associated with
var(targetwin) into the array named var(array). var(targetwin) into the array named var(array).
These are, in order: These are, in order:
startsitem() startsitem()
sitem()(The y and x coordinates of the cursor relative to the top left sitem(-)(The y and x coordinates of the cursor relative to the top left
of var(targetwin)) of var(targetwin))
sitem()(The y and x coordinates of the top left of var(targetwin) on the sitem(-)(The y and x coordinates of the top left of var(targetwin) on the
screen) screen)
sitem()(The size of var(targetwin) in y and x dimensions.) sitem(-)(The size of var(targetwin) in y and x dimensions.)
endsitem() endsitem()
Outputting characters and strings are achieved by tt(char) and tt(string) Outputting characters and strings are achieved by tt(char) and tt(string)