about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-10-15 13:30:07 +0000
committerClint Adams <clint@users.sourceforge.net>2007-10-15 13:30:07 +0000
commit951c8cca0f49492aa51dfcd622bd1a0b87e422cd (patch)
tree59a5a89ead53b538297a4a05253edca7130c726a /Doc
parent48139337d3baa493d1dcb3601b5cde03891a88c6 (diff)
downloadzsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.tar.gz
zsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.tar.xz
zsh-951c8cca0f49492aa51dfcd622bd1a0b87e422cd.zip
23957: minor fixes.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_curses.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo
index 82b95ff51..a44608289 100644
--- a/Doc/Zsh/mod_curses.yo
+++ b/Doc/Zsh/mod_curses.yo
@@ -26,7 +26,8 @@ The tt(-r) command will refresh window var(targetwin); this is necessary to
 make any pending changes (such as characters you have prepared for output
 with tt(-c)) visible on the screen.
 
-tt(-m) moves var(targetwin) to new coordinates var(new_y) and var(new_x).
+tt(-m) moves the cursor position in var(targetwin) to new coordinates
+var(new_y) and var(new_x).
 
 Outputting characters and strings are achieved by tt(-c) and tt(-s)
 respectively.