summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-06-22 08:37:31 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-06-22 08:38:04 +0200
commit962862267a52e608a7cbff5910d941c5479efa68 (patch)
tree9b4a32dc42beecaec047f41a1621cca7964e6fc1 /doc
parent5d00a2ec62270ded0438b5641a97b9ea0a1cd159 (diff)
downloadgnulib-962862267a52e608a7cbff5910d941c5479efa68.tar.gz
argmatch: put all the docs member last.
Reported by Bruno Haible. * lib/argmatch.h (argmatch_##Name##_group_type): Put the args member before the docs done. * doc/argmatch.texi, tests/test-argmatch.c: Adjust.
Diffstat (limited to 'doc')
-rw-r--r--doc/argmatch.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/argmatch.texi b/doc/argmatch.texi
index 9222520702..94787fabf7 100644
--- a/doc/argmatch.texi
+++ b/doc/argmatch.texi
@@ -92,8 +92,8 @@ Finally, define the argmatch group:
@example
const argmatch_backup_group_type argmatch_backup_group =
@{
- argmatch_backup_docs,
argmatch_backup_args,
+ argmatch_backup_docs,
N_("\
The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n\
The version control method may be selected via the --backup option or through\n\