mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Drop empty lines from option descriptions; doc/tools/help2doc don't like em
This commit is contained in:
parent
0a844e6534
commit
638e0406f1
@ -193,7 +193,7 @@ static struct option_info config_options_info[] = {
|
|||||||
INIT_OPT_STRING("document.browse.forms", N_("External editor"),
|
INIT_OPT_STRING("document.browse.forms", N_("External editor"),
|
||||||
"editor", 0, "",
|
"editor", 0, "",
|
||||||
N_("Path to the executable that ELinks should launch when the user\n"
|
N_("Path to the executable that ELinks should launch when the user\n"
|
||||||
"requests to edit a textarea with an external editor.\n\n"
|
"requests to edit a textarea with an external editor.\n"
|
||||||
"If this is blank, ELinks will use the value of the environmental\n"
|
"If this is blank, ELinks will use the value of the environmental\n"
|
||||||
"variable $EDITOR. If $EDITOR is empty or not set, ELinks will then\n"
|
"variable $EDITOR. If $EDITOR is empty or not set, ELinks will then\n"
|
||||||
"default to \"vi\".")),
|
"default to \"vi\".")),
|
||||||
@ -730,7 +730,7 @@ static struct option_info config_options_info[] = {
|
|||||||
N_("A rule for passing URI to an external command.\n"
|
N_("A rule for passing URI to an external command.\n"
|
||||||
"The format is:\n"
|
"The format is:\n"
|
||||||
"%c in the string means the current URL\n"
|
"%c in the string means the current URL\n"
|
||||||
"%% in the string means '%'\n\n"
|
"%% in the string means '%'\n"
|
||||||
"Do _not_ put single- or double-quotes around %c.")),
|
"Do _not_ put single- or double-quotes around %c.")),
|
||||||
|
|
||||||
/* Keep options in alphabetical order. */
|
/* Keep options in alphabetical order. */
|
||||||
|
Loading…
Reference in New Issue
Block a user