diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 14:56:31 +0000 |
commit | 177c0ea74342272645959b82cf219faa0b3dba16 (patch) | |
tree | 44e22b210a9904eab25a66d12e708804b671df75 /lispref/permute-index | |
parent | db95369be096960245dd38678f68464627698678 (diff) | |
download | emacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'lispref/permute-index')
-rw-r--r-- | lispref/permute-index | 4 |
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 |