diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-13 23:27:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-13 23:27:41 +0200 |
commit | 10c0874fde7fd31b28fc9c50533d0a84eef0338a (patch) | |
tree | f329d087db3ed828250bc7d28a31052c826f04c8 /doc/info/macros.texinfo | |
parent | info style (diff) | |
download | slibc-10c0874fde7fd31b28fc9c50533d0a84eef0338a.tar.gz slibc-10c0874fde7fd31b28fc9c50533d0a84eef0338a.tar.bz2 slibc-10c0874fde7fd31b28fc9c50533d0a84eef0338a.tar.xz |
info: slibc-error.h
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/macros.texinfo')
-rw-r--r-- | doc/info/macros.texinfo | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/info/macros.texinfo b/doc/info/macros.texinfo index 4ec5d68..da74599 100644 --- a/doc/info/macros.texinfo +++ b/doc/info/macros.texinfo @@ -8,3 +8,26 @@ @email{\a\} @end macro @end ifnottex + +@iftex +@macro xcode{a} +@code{\a\} +@end macro +@end iftex +@ifnottex +@macro xcode{a} +\a\ +@end macro +@end ifnottex + +@iftex +@macro xtext{a} +@rm{}\a\@tt{} +@end macro +@end iftex +@ifnottex +@macro xtext{a} +\a\ +@end macro +@end ifnottex + |