summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-errparnum.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-errparnum.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-errparnum.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-errparnum.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-errparnum.html
index 2fc2e255709..a94e151d042 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-errparnum.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-errparnum.html
@@ -2,7 +2,7 @@
<title>UK TeX FAQ -- question label errparnum</title>
</head><body>
<h3>Illegal parameter number in definition</h3>
-<p/>The error message means what it says. In the simple case, you&rsquo;ve
+<p/>The error message means what it says. In the simple case, you&#8217;ve
attempted a definition like:
<blockquote>
<pre>
@@ -17,7 +17,7 @@ or (using TeX primitive definitions):
</blockquote><p>
In either of the above, the definition uses an argument, but the
programmer did not tell (La)TeX, in advance, that she was going to.
-The fix is simple &mdash; <code>\</code><code>newcommand{<code>\</code><code>abc</code>}[1]</code>, in the
+The fix is simple &#8212; <code>\</code><code>newcommand{<code>\</code><code>abc</code>}[1]</code>, in the
LaTeX case, <code>\def\abc#1</code> in the basic TeX case.
<p/>The more complicated case is exemplified by the attempted definition:
<blockquote>