]> git.wh0rd.org Git - nano.git/commitdiff
comment accuracy fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 26 Jan 2004 20:18:52 +0000 (20:18 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Mon, 26 Jan 2004 20:18:52 +0000 (20:18 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1635 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index 538309bcc6b6da98f7338cae6f4d96c6bbd98580..639acf66deb080eadde84621203d603c8d2e78fd 100644 (file)
@@ -322,9 +322,9 @@ int get_ascii_kbinput(WINDOW *win, int kbinput)
  *   keypad value KEY_MOUSE is generated on mouse events instead of the
  *   kmous escape sequence.)
  * - F9 on FreeBSD console == PageDown on Hurd console; the former is
- *   omitted.  (The PC keypad, consisting of Insert, Delete, Home, End,
- *   PageUp, and PageDown, is more important to have working than the
- *   function keys, because the functions of the former are not
+ *   omitted.  (The editing keypad, consisting of Insert, Delete, Home,
+ *   End, PageUp, and PageDown, is more important to have working than
+ *   the function keys, because the functions of the former are not
  *   arbitrary and the functions of the latter are.)
  * - F10 on FreeBSD console == PageUp on Hurd console; the former is
  *   omitted.  (Same as above.)