]> git.wh0rd.org Git - nano.git/commitdiff
in help_init(), add various wording fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 19 May 2006 23:07:02 +0000 (23:07 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 19 May 2006 23:07:02 +0000 (23:07 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3529 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/help.c

index f49804cd7ede89b18f94848773f3ef3e32a9ded6..ed16645a7fc9f629e55d33396b97f0a29dcf9776 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -161,6 +161,7 @@ CVS code -
        - If we have at least two entries' worth of blank space, use it
          to display more of "^Space" and "M-Space". (DLR, suggested by
          Benno Schulenberg)
+       - Add various wording fixes. (DLR)
   parse_help_input()
        - Add Space and - as aliases for PageDown and PageUp, for
          consistency with the file browser. (DLR, suggested by Benno
index 5d3f734be44eb01e8bb57a0711bd7315e8d65dbf..90f503435342b0cd0df10c72df02a9ee95abdc5a 100644 (file)
@@ -322,7 +322,7 @@ void help_init(void)
                "be edited.  It will then prompt to replace every "
                "instance of the given misspelled word in the current "
                "file, or, if you have selected text with the mark, in "
-               "the selected text.\n\n The following other functions "
+               "the selected text.\n\n The following function keys "
                "are available in Spell Check mode:\n\n");
        htx[1] = NULL;
        htx[2] = NULL;
@@ -335,8 +335,8 @@ void help_init(void)
                "command run by the shell into the current buffer (or "
                "a new buffer in multiple file buffer mode). If you "
                "need another blank buffer, do not enter any "
-               "command.\n\n The following keys are available in "
-               "Execute Command mode:\n\n");
+               "command.\n\n The following function keys are "
+               "available in Execute Command mode:\n\n");
        htx[1] = NULL;
        htx[2] = NULL;
     }