diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-09 13:51:05 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-09 13:51:05 +0100 |
commit | 47e8b2a4f88b7ac0d09f61bb8491a738f67edd12 (patch) | |
tree | 8da52a55d5c4646124cd6f911ed36c9c962980d9 /doc/info | |
parent | merge track-errors and resolve conflict (diff) | |
download | mds-47e8b2a4f88b7ac0d09f61bb8491a738f67edd12.tar.gz mds-47e8b2a4f88b7ac0d09f61bb8491a738f67edd12.tar.bz2 mds-47e8b2a4f88b7ac0d09f61bb8491a738f67edd12.tar.xz |
mds-kbdc: m + compile-layout: bug fixes and test cases
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r-- | doc/info/mds.texinfo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 891c936..6f30a39 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -5895,7 +5895,9 @@ characters by their code point, for example if you want an `æ' you can write @code{"\u00E6"} or @code{"\uE6"}, instead of @code{"æ"}. You can also write @code{"\0346"}, the difference between `\0' and `\u' is that `\0' uses -octal whereas `\u' uses hexadecimal. +octal whereas `\u' uses hexadecimal. A noteworthy +side-effect of this is that function names cannot start +with a lower case `u'. `\' can also be used to access variables and parameters. For example `\1' in |