From: David Lawrence Ramsey Date: Tue, 28 Jun 2005 19:56:14 +0000 (+0000) Subject: more comment fixes X-Git-Tag: v1.3.8~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a96c819b500c792ffef369e4bd6b5f0d43203917;p=nano.git more comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2790 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index deb72077..0c27f8f1 100644 --- a/src/nano.c +++ b/src/nano.c @@ -4679,8 +4679,8 @@ int main(int argc, char **argv) /* Make sure the cursor is in the edit window. */ reset_cursor(); - /* If constant cursor position display is on, display the cursor - * position. */ + /* If constant cursor position display is on, display the + * current cursor position on the statusbar. */ if (ISSET(CONST_UPDATE)) do_cursorpos(TRUE);