aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/mds.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-18 06:46:55 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-18 06:46:55 +0100
commit76d68a465d2e1077b13632b7b0f990f204dad07b (patch)
treed9be98c006acdcf204f1176e5439aa1403030824 /doc/info/mds.texinfo
parenttypo + macros (diff)
downloadmds-76d68a465d2e1077b13632b7b0f990f204dad07b.tar.gz
mds-76d68a465d2e1077b13632b7b0f990f204dad07b.tar.bz2
mds-76d68a465d2e1077b13632b7b0f990f204dad07b.tar.xz
stylo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/mds.texinfo')
-rw-r--r--doc/info/mds.texinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo
index 71529cf..65099d4 100644
--- a/doc/info/mds.texinfo
+++ b/doc/info/mds.texinfo
@@ -5588,9 +5588,9 @@ letter("b" "B")
# and so on ...
@end example
-The name of this macro is ``letter/2'',
-but it is called with the name ``letter''
-and two arguments. The ``/2'' suffix means
+The name of this macro is `letter/2',
+but it is called with the name `letter'
+and two arguments. The `/2'-suffix means
that it is invoked with exactly two arguments.
You can use this do define multiple version
of the same macro, with the same invocation
@@ -5617,7 +5617,7 @@ letter("ö" "Ö")
@end example
@code{\add( )} and @code{\sub( )} are calls to two
-built-in functions named ``add/2'' and ``sub/2''.
+built-in functions named `add/2' and `sub/2'.