aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-11 21:46:18 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-11 21:46:18 +0100
commit956ff207db2dfc88517d2f4495ef0e7e7ab348df (patch)
tree37e28dd6b55af1f8d4c8f08b56d6e29e69d63226 /doc/info
parentm (diff)
downloadmds-956ff207db2dfc88517d2f4495ef0e7e7ab348df.tar.gz
mds-956ff207db2dfc88517d2f4495ef0e7e7ab348df.tar.bz2
mds-956ff207db2dfc88517d2f4495ef0e7e7ab348df.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r--doc/info/mds.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo
index c27a17f..09257bb 100644
--- a/doc/info/mds.texinfo
+++ b/doc/info/mds.texinfo
@@ -5767,7 +5767,7 @@ You call also use if-statments. For example
@example
for "à" to "þ" as \1
# times sign is not upper case of division sign
- if \not(\equals(\a "\u00F7"))
+ if \not(\equals(\1 "\u00F7"))
letter(\1 \add(\sub(\1 "à") "À"))
end if
end for
@@ -5777,7 +5777,7 @@ or equivalently
@example
for "à" to "þ" as \1
- if \equals(\a "\u00F7")
+ if \equals(\1 "\u00F7")
continue # times sign is not upper case of division sign
end if
letter(\1 \add(\sub(\1 "à") "À"))