summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/nasmdoc.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index b964eff..bed8e65 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -1917,13 +1917,13 @@ You can \i{pre-define} single-line macros using the `-d' option on
the NASM command line: see \k{opt-d}.
-\S{xdefine} Enhancing %define: \I\c{%xidefine}\i\c{%xdefine}
+\S{xdefine} Enhancing %define: \I\c{%ixdefine}\i\c{%xdefine}
To have a reference to an embedded single-line macro resolved at the
time that it is embedded, as opposed to when the calling macro is
expanded, you need a different mechanism to the one offered by
\c{%define}. The solution is to use \c{%xdefine}, or it's
-\I{case sensitive}case-insensitive counterpart \c{%xidefine}.
+\I{case sensitive}case-insensitive counterpart \c{%ixdefine}.
Suppose you have the following code: