diff options
Diffstat (limited to 'test/lisp/cedet/srecode/fields-tests.el')
-rw-r--r-- | test/lisp/cedet/srecode/fields-tests.el | 2 |
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." (when (and (overlayp (oref f overlay)) (not (overlay-get (oref f overlay) 'srecode-init-only))) - (error "Field creation overlay is not tagged w/ init flag")) + (error "Field creation overlay is not tagged with init flag")) (srecode-overlaid-activate f) |