@ -7,6 +7,9 @@
(while (re-search-forward " –" nil t)
(replace-match " –"))
(goto-char (region-beginning))
(while (re-search-forward "/ –" nil t)
(replace-match "/ –")) ;; italics won’t work otherwise
(while (re-search-forward " \\.\\.\\." nil t)
(replace-match " …"))