From d4defccded4fdfb4a7d599b3ea2ffb45713f277b Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 26 Jul 2005 05:20:02 +0000
Subject: [PATCH] comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2940 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/nano.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c
index d0b532f7..60cb2edb 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -648,7 +648,7 @@ void window_init(void)
     bottomwin = newwin(3 - no_help(), COLS, editwinrows + (2 -
 	no_more_space()), 0);
 
-    /* Turn the keypad back on. */
+    /* Turn the keypad on for the windows that get input. */
     keypad(edit, TRUE);
     keypad(bottomwin, TRUE);
 }
-- 
GitLab