From 47e8b2a4f88b7ac0d09f61bb8491a738f67edd12 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 9 Dec 2014 13:51:05 +0100 Subject: mds-kbdc: m + compile-layout: bug fixes and test cases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/mds.texinfo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/info/mds.texinfo') 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 -- cgit v1.2.3-70-g09d2