diff options
Diffstat (limited to 'ekdosis.dtx')
-rw-r--r-- | ekdosis.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 535ef81..9bda050 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -937,7 +937,7 @@ end | |||
937 | -- end basic TeX Conspectus siglorum | 937 | -- end basic TeX Conspectus siglorum |
938 | 938 | ||
939 | function ekdosis.removesp(str) | 939 | function ekdosis.removesp(str) |
940 | str = string.gsub(str, "(%b{})(%s+)", "%1") | 940 | str = gsub(str, cmd * cmdargs * spcenc^-1, "%1%2") |
941 | return str | 941 | return str |
942 | end | 942 | end |
943 | 943 | ||