diff options
Diffstat (limited to '')
-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 |