summaryrefslogtreecommitdiff
path: root/module/texinfo.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-02-09 18:19:28 +0100
committerAndy Wingo <wingo@pobox.com>2013-02-09 18:19:28 +0100
commit1d14478ffb2e7b2f9790d34f8c03376abc0675f8 (patch)
tree08ece2fba108e5ea2ce0187a43b7e10daefdac32 /module/texinfo.scm
parentff95e1022586f40276ea37c0d5b05a370b327be6 (diff)
downloadguile-1d14478ffb2e7b2f9790d34f8c03376abc0675f8.tar.gz
(texinfo): add a command-spec for @math{}.
* module/texinfo.scm (texi-command-specs): Add `math' as inline-text.
Diffstat (limited to 'module/texinfo.scm')
-rw-r--r--module/texinfo.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/texinfo.scm b/module/texinfo.scm
index 519db485d..edee5b397 100644
--- a/module/texinfo.scm
+++ b/module/texinfo.scm
@@ -1,6 +1,6 @@
;;;; (texinfo) -- parsing of texinfo into SXML
;;;;
-;;;; Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+;;;; Copyright (C) 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
;;;; Copyright (C) 2004, 2009 Andy Wingo <wingo at pobox dot com>
;;;; Copyright (C) 2001,2002 Oleg Kiselyov <oleg at pobox dot com>
;;;;
@@ -187,6 +187,7 @@ lambda. Only present for @code{INLINE-ARGS}, @code{EOL-ARGS},
(sample INLINE-TEXT)
(samp INLINE-TEXT)
(code INLINE-TEXT)
+ (math INLINE-TEXT)
(kbd INLINE-TEXT)
(key INLINE-TEXT)
(var INLINE-TEXT)