; Fix typos (prefer US spelling)
This commit is contained in:
parent
eeab7b5cad
commit
f7ee6609ae
24 changed files with 46 additions and 46 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue