diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-28 02:56:29 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-28 02:56:29 +0200 |
commit | 3ba2f1d1b77383d6ebcb2d9a399b69b10215ae81 (patch) | |
tree | e2433d17fb5c82a395ef85ccf29fd083ac019fb3 | |
parent | int*_t are guaranteed to use two's complement (diff) | |
download | mds-3ba2f1d1b77383d6ebcb2d9a399b69b10215ae81.tar.gz mds-3ba2f1d1b77383d6ebcb2d9a399b69b10215ae81.tar.bz2 mds-3ba2f1d1b77383d6ebcb2d9a399b69b10215ae81.tar.xz |
whoops
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | doc/info/macros.texinfo | 7 | ||||
-rw-r--r-- | doc/info/mds.texinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/info/macros.texinfo b/doc/info/macros.texinfo index e03f8eb..4ec5d68 100644 --- a/doc/info/macros.texinfo +++ b/doc/info/macros.texinfo @@ -1,9 +1,10 @@ -@macro e{a} @iftex +@macro e{a} (@email{\a\}) +@end macro @end iftex @ifnottex +@macro e{a} @email{\a\} -@end ifnottex @end macro - +@end ifnottex diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 1ce2093..78ea482 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -3,7 +3,7 @@ @documentencoding UTF-8 @include macros.texinfo @copying -@c-------------------------------------------------------------------------------- +@c -------------------------------------------------------------------------------- Copyright @copyright{} 2014, 2015 Mattias Andrée @e{maandree@@member.fsf.org} @quotation @@ -16,7 +16,7 @@ Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @end quotation @c THIS WAS LAST CHANGED 2015-AUGUST-28 -@c-------------------------------------------------------------------------------- +@c -------------------------------------------------------------------------------- @end copying |