comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2995 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-08-16 03:02:46 +00:00
parent a9b862c804
commit 8ad58bcde3
1 changed files with 2 additions and 1 deletions

View File

@ -4183,7 +4183,8 @@ void dump_filestruct_reverse(void)
#define CREDIT_LEN 53
#define XLCREDIT_LEN 8
/* Easter egg: Display credits. Assume nodelay(edit) is FALSE. */
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
* are FALSE. */
void do_credits(void)
{
bool old_more_space = ISSET(MORE_SPACE);