]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 20 May 2004 03:29:33 +0000 (03:29 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 20 May 2004 03:29:33 +0000 (03:29 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1749 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index f064339b01e12d191c909deedd62a9f61da6adee..cd27a725e6c3025aed6e0bcfbd9b0e9041015a3b 100644 (file)
@@ -429,9 +429,9 @@ void shortcut_init(int unjustify)
 
     free_shortcutage(&main_list);
 
-/* The following macro is to be used in calling sc_init_one.  The point is
- * that sc_init_one takes 9 arguments, unless DISABLE_HELP is defined,
- * when the fourth one should not be there. */
+/* The following macro is to be used in calling sc_init_one().  The
+ * point is that sc_init_one() takes 9 arguments, unless DISABLE_HELP is
+ * defined, when the 4th one should not be there. */
 #ifndef DISABLE_HELP
 #  define IFHELP(help, nextvar) help, nextvar
 #else