Ellipsis wrangling

This commit is contained in:
trémeur 2023-03-22 14:55:20 +00:00
parent 16688359e5
commit 0d0b28b3f8

View file

@ -29,6 +29,9 @@
(while (re-search-forward "'" nil t)
(replace-match ""))
(goto-char (point-min))
(while (re-search-forward "“ …" nil t)
(replace-match "“…"))
(goto-char (point-min))
(while (re-search-forward " +" nil t)
(replace-match " "))
(goto-char (point-min))