diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-30 13:34:28 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-30 13:34:28 +0100 |
commit | 978b2c445aa220a4138028335a44116479da58c1 (patch) | |
tree | 5b73d50f206deeb73418aa1b0347e5bf385a7c16 /doc | |
parent | mds-kbdc: transfer of errors after inclusion (diff) | |
download | mds-978b2c445aa220a4138028335a44116479da58c1.tar.gz mds-978b2c445aa220a4138028335a44116479da58c1.tar.bz2 mds-978b2c445aa220a4138028335a44116479da58c1.tar.xz |
mds-kbdc: process includes
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index a4bb672..d2da0c4 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -5900,6 +5900,10 @@ two zeroes, you do not write `\100' as that would expand to the value of the hundredth variable. Instead you write `\1.00'. +Use of function calls and variables inside +@code{include}-statments invokes undefined behaviour. +Escaped numerals greater than or equal to the 31th +power of 2 also invoke undefined behaviour. @node Builtin Functions |