about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-04-12 23:01:25 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-04-12 23:01:25 +0100
commit67a4be36c6203c26c3912c07441f42e3965f0fa8 (patch)
tree489dc2a5f9ddc8ee08f568fa24e346d1c4318395 /Doc
parentb174a0df054929efd7804922750c71adeb8e0b57 (diff)
downloadzsh-67a4be36c6203c26c3912c07441f42e3965f0fa8.tar.gz
zsh-67a4be36c6203c26c3912c07441f42e3965f0fa8.tar.xz
zsh-67a4be36c6203c26c3912c07441f42e3965f0fa8.zip
31263 (but changed * to - for consitency):
suppress texinfo warning by giving item an argument
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_curses.yo6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo
index d3f8ad22e..7ad772adb 100644
--- a/Doc/Zsh/mod_curses.yo
+++ b/Doc/Zsh/mod_curses.yo
@@ -84,11 +84,11 @@ The subcommand tt(position) writes various positions associated with
 var(targetwin) into the array named var(array).
 These are, in order:
 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))
-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)
-sitem()(The size of var(targetwin) in y and x dimensions.)
+sitem(-)(The size of var(targetwin) in y and x dimensions.)
 endsitem()
 
 Outputting characters and strings are achieved by tt(char) and tt(string)