aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/info/mds.texinfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo
index d5162d3..177f26b 100644
--- a/doc/info/mds.texinfo
+++ b/doc/info/mds.texinfo
@@ -5739,11 +5739,12 @@ can equivalently be writen using @code{let} as
@example
macro latter/1
- let \2 : 1
if \not(\greater(\1 "z"))
let \2 : \sub("a" "A")
else if \not(\greater(\1 "þ"))
let \2 : \sub("à" "À")
+ else
+ let \2 : 1
end if
letter(\1 \sub(\1 \2))
end macro