diff --git a/ChangeLog b/ChangeLog index 321ec8f4df7ef6d0de3aed4e71bd405a02cdc24d..75af0bdcc4e509c4689094fbefa0212894fbef36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -178,7 +178,7 @@ CVS code - - Change the description of the Meta-B toggle at the search prompt from "Direction" to "Backwards", for consistency. (DLR) toggle_init() - - Clarify the description of M-C. (DLR) + - Clarify the descriptions of M-C and M-L. (DLR) thanks_for_all_the_fish() - Remove free_toggles() and move its code here verbatim, as it's only called here anyway. (David Benbennick) diff --git a/src/global.c b/src/global.c index 763cbf58a93685dc1ebaf217d2e5135d749f6368..bab1f83516f6f392cd332d6d67487aca599d68e8 100644 --- a/src/global.c +++ b/src/global.c @@ -1117,7 +1117,8 @@ void toggle_init(void) toggle_init_one(TOGGLE_AUTOINDENT_KEY, N_("Auto indent"), AUTOINDENT); #ifndef DISABLE_WRAPPING - toggle_init_one(TOGGLE_WRAP_KEY, N_("Auto line wrap"), NO_WRAP); + toggle_init_one(TOGGLE_WRAP_KEY, N_("Long line wrapping"), + NO_WRAP); #endif toggle_init_one(TOGGLE_CUTTOEND_KEY, N_("Cut to end"), CUT_TO_END); /* If we're using restricted mode, the suspend toggle is disabled.