From df7aaed7434906a6ee27121cc68187bf05346fbb Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 19 Jun 2006 14:24:12 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3667 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/help.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/help.c b/src/help.c index 9beb74dc..7bf3b039 100644 --- a/src/help.c +++ b/src/help.c @@ -390,9 +390,8 @@ void help_init(void) #ifndef NANO_TINY /* If we're on the main list, we also count the toggle help text. - * Each non-blank entry has "M-%c\t\t\t", which fills 24 columns, - * plus a space, plus translated text, plus one or two '\n's. Each - * blank entry has just one or two '\n's. */ + * Each entry has "M-%c\t\t\t", which fills 24 columns, plus a + * space, plus translated text, plus one or two '\n's. */ if (currshortcut == main_list) { size_t endis_len = strlen(_("enable/disable"));