comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1749 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
e608f94a6f
commit
8e4adcdac3
|
@ -429,9 +429,9 @@ void shortcut_init(int unjustify)
|
||||||
|
|
||||||
free_shortcutage(&main_list);
|
free_shortcutage(&main_list);
|
||||||
|
|
||||||
/* The following macro is to be used in calling sc_init_one. The point is
|
/* The following macro is to be used in calling sc_init_one(). The
|
||||||
* that sc_init_one takes 9 arguments, unless DISABLE_HELP is defined,
|
* point is that sc_init_one() takes 9 arguments, unless DISABLE_HELP is
|
||||||
* when the fourth one should not be there. */
|
* defined, when the 4th one should not be there. */
|
||||||
#ifndef DISABLE_HELP
|
#ifndef DISABLE_HELP
|
||||||
# define IFHELP(help, nextvar) help, nextvar
|
# define IFHELP(help, nextvar) help, nextvar
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue