aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ekdosis.dtx2
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
939function ekdosis.removesp(str) 939function 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
942end 942end
943 943