diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-18 06:57:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-18 06:57:17 +0100 |
commit | 5257fd0f5aed339939ea1c940e8d2716c6cf4aa7 (patch) | |
tree | 98f0ca1708b4b18ae81e6cb192bcbf203daa318a /doc | |
parent | alternation in macro calls and for-loops (diff) | |
download | mds-5257fd0f5aed339939ea1c940e8d2716c6cf4aa7.tar.gz mds-5257fd0f5aed339939ea1c940e8d2716c6cf4aa7.tar.bz2 mds-5257fd0f5aed339939ea1c940e8d2716c6cf4aa7.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/mds.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 225ba4d..5f0d83b 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -5627,7 +5627,7 @@ letter(["n" "o" "p" "q" "r" "s" "t" "u" "v" "w" "x" "y" "z"]) @end example You may use `.' in an alternation, in that case -macro is called once with the argument, casing it +macro is called once with the argument, causing it to invoke for example `letter/0' instead of `letter/1'. |