From 375059d682dcb767bf510f764d5c633e20ff9cf8 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 9 Sep 2006 15:58:47 +0000 Subject: [PATCH] (struct argp): Document the N_("..") "\v" N_("..") convention. Text proposed by Bruno Haible. --- lib/argp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/argp.h b/lib/argp.h index 06336f384b..f4d6953bdf 100644 --- a/lib/argp.h +++ b/lib/argp.h @@ -243,7 +243,9 @@ struct argp /* If non-NULL, a string containing extra text to be printed before and after the options in a long help message (separated by a vertical tab - `\v' character). */ + `\v' character). + Write the initial value as N_("BEFORE-TEXT") "\v" N_("AFTER-TEXT") if + you want xgettext to collect the two pieces of text into a POT file. */ const char *doc; /* A vector of argp_children structures, terminated by a member with a 0 -- 2.30.2