]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic and formatting fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 12 Jun 2005 16:00:09 +0000 (16:00 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 12 Jun 2005 16:00:09 +0000 (16:00 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2628 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c
src/nano.c

index ca7975a4dc6e3a0a497450dfcfb8c69fd9d60c07..f432e37cec3f2d46a6d832d3498c6fea6fb311fa 100644 (file)
@@ -1143,8 +1143,8 @@ void toggle_init(void)
     toggle_init_one(TOGGLE_WHITESPACE_KEY, N_("Whitespace display"),
        WHITESPACE_DISPLAY);
 #endif
-    toggle_init_one(TOGGLE_MORESPACE_KEY, N_("Use of more space for editing"),
-       MORE_SPACE);
+    toggle_init_one(TOGGLE_MORESPACE_KEY,
+       N_("Use of more space for editing"), MORE_SPACE);
 }
 #endif /* !NANO_SMALL */
 
index 0a46a430dc80433e4a09fcff5e2a3a3c48afdf2e..6984b3acb8e174a1462f935048c109a30919fa84 100644 (file)
@@ -1394,7 +1394,7 @@ void do_tab(void)
     do_output(kbinput, 1, TRUE);
 }
 
-/* Someone hits Enter *gasp!* */
+/* Someone hits Return *gasp!* */
 void do_enter(void)
 {
     filestruct *newnode = make_new_node(current);