; Fix typos (prefer US spelling)

This commit is contained in:
Stefan Kangas 2022-11-18 13:06:55 +01:00
parent eeab7b5cad
commit f7ee6609ae
24 changed files with 46 additions and 46 deletions

View file

@ -56,7 +56,7 @@
"\\(?2:[abc]+\\)foo\\(\\2\\)" 2)
"\\(?4:[abc]+\\)foo\\(\\4\\)"))
;; Emacs supports only the back-references \1,...,\9, so when a
;; shift would result in \10 or more, an error must be signalled.
;; shift would result in \10 or more, an error must be signaled.
(should-error
(syntax-propertize--shift-groups-and-backrefs "\\(a\\)\\3" 7)))