Commit 1c54588f7ba17f15a1fd60474b9898224bbe0111

Sergey Poznyakoff 2006-09-09T05:12:46

(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_("..").