#endif
/* We have an error in some part of the rcfile. Put it on stderr and
- * make the user hit return to continue starting up nano. */
+ * make the user hit Return to continue starting up nano. */
void rcfile_error(const char *msg, ...)
{
va_list ap;
currslen = MAIN_VISIBLE;
}
- /* Calculate the width of each shortcut in the list (it's the
- * same for all of them). */
+ /* Calculate the width of each shortcut in the list. It's the
+ * same for all of them. */
if (currslen < 2)
i = COLS / 6;
else