diff --git a/src/help.c b/src/help.c
index 9beb74dcbc601b426f70454d53cfaeec56778c14..7bf3b0398af64decd126f8dae3c7ef0b8eb3361d 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"));