summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/syntax-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-18 13:06:55 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-18 13:06:55 +0100
commitf7ee6609ae3b9cbafd48c89bad160b4e17f5b386 (patch)
tree21e44cafeff132a40994442fba2747e359c3965f /test/lisp/emacs-lisp/syntax-tests.el
parenteeab7b5cada942d973ce3c565069add6b7880261 (diff)
downloademacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.gz
emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.bz2
emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.zip
; Fix typos (prefer US spelling)
Diffstat (limited to 'test/lisp/emacs-lisp/syntax-tests.el')
-rw-r--r--test/lisp/emacs-lisp/syntax-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/syntax-tests.el b/test/lisp/emacs-lisp/syntax-tests.el
index f266db5c702..d8fc5c4fa82 100644
--- a/test/lisp/emacs-lisp/syntax-tests.el
+++ b/test/lisp/emacs-lisp/syntax-tests.el
@@ -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)))