aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/cedet/srecode
diff options
context:
space:
mode:
authorStefan Kangas2022-11-20 12:59:39 +0100
committerStefan Kangas2022-11-20 12:59:39 +0100
commit16318bfb518aa7bc06e502e6fad7e53ec91067f9 (patch)
treee27122c0a061762bc483ed245ca62ac8d957f881 /test/lisp/cedet/srecode
parent6082ab9697fa8c18e9049d24840d07efe6f95625 (diff)
downloademacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.gz
emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.zip
; Fix typos
Diffstat (limited to 'test/lisp/cedet/srecode')
-rw-r--r--test/lisp/cedet/srecode/fields-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/cedet/srecode/fields-tests.el b/test/lisp/cedet/srecode/fields-tests.el
index 292ac4e3b5e..c9e0d4601b9 100644
--- a/test/lisp/cedet/srecode/fields-tests.el
+++ b/test/lisp/cedet/srecode/fields-tests.el
@@ -66,7 +66,7 @@ It is filled with some text."
66 66
67 (when (and (overlayp (oref f overlay)) 67 (when (and (overlayp (oref f overlay))
68 (not (overlay-get (oref f overlay) 'srecode-init-only))) 68 (not (overlay-get (oref f overlay) 'srecode-init-only)))
69 (error "Field creation overlay is not tagged w/ init flag")) 69 (error "Field creation overlay is not tagged with init flag"))
70 70
71 (srecode-overlaid-activate f) 71 (srecode-overlaid-activate f)
72 72