(argp_doc): Split the untranslated doc string on '\v',
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 9 Sep 2006 05:12:46 +0000 (05:12 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 9 Sep 2006 05:12:46 +0000 (05:12 +0000)
commit1c54588f7ba17f15a1fd60474b9898224bbe0111
tree3a0aee410f134dc579bc48cf7eb032576eaebc04
parent3ad2f5c449dce16de6568dec93a60a8065d433d7
(argp_doc): Split the untranslated doc string on '\v',
and translate the two parts separately, instead of feeding
the whole string to gettext.  This allows to exclude
'\v' from the strings visible to the translator by writing doc
strings as N_("..") "\v" N_("..").
lib/argp-help.c