summaryrefslogtreecommitdiff
path: root/lispref/permute-index
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/permute-index')
-rw-r--r--lispref/permute-index4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/permute-index b/lispref/permute-index
index b2dfb771f14..bbe2be75cba 100644
--- a/lispref/permute-index
+++ b/lispref/permute-index
@@ -36,7 +36,7 @@ set MANUAL=elisp # the base name of the manual
echo "Extract raw index from texinfo fn index."
# Let texindex combine duplicate entries, later.
# But it wants to protect non-alphanumerics thus confusing ptx.
-# Also change `\ ' to just a ` ', since texindex will fail. This is produced
+# Also change `\ ' to just a ` ', since texindex will fail. This is produced
# by `@findex two words' in an example environment (no doubt among others).
# delete wrapper parens
# change dots {} to dots{}
@@ -114,7 +114,7 @@ echo "Sort with texindex."
${TEXINDEX} permuted.fn
#mv permuted.fns ${MANUAL}.fns
-# The resulting permuted.fns will be read when we run TeX
+# The resulting permuted.fns will be read when we run TeX
# on the manual the second time. Or you can use permuted.texinfo here.
#${TEX} permuted.texinfo