Add newlines to gotodir help text

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1121 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Chris Allegretta 2002-03-09 19:58:18 +00:00
parent f7277b8176
commit 1f8394d4bc
1 changed files with 1 additions and 1 deletions

2
nano.c
View File

@ -2492,7 +2492,7 @@ void help_init(void)
"Enter the name of the directory you would like to "
"browse to.\n\n If tab completion has not been disabled, "
"you can use the TAB key to (attempt to) automatically "
"complete the directory name. The following function "
"complete the directory name.\n\n The following function "
"keys are available in Browser GotoDir mode:\n\n");
#endif
else if (currshortcut == spell_list)