aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated
diff options
context:
space:
mode:
authorPaul Eggert2015-02-21 20:00:16 -0800
committerPaul Eggert2015-02-21 20:01:05 -0800
commit14b4e657e2fd647153b336c61a220acedda8454c (patch)
tree47791e6fdda122dfa30768827da6151906c2350e /test/automated
parent1cb34285463d2b9050a031a7f9a53d376de5b489 (diff)
downloademacs-14b4e657e2fd647153b336c61a220acedda8454c.tar.gz
emacs-14b4e657e2fd647153b336c61a220acedda8454c.zip
Spelling fixes
* lisp/cedet/semantic/doc.el (semantic-documentation-comment-preceding-tag): Rename from semantic-documentation-comment-preceeding-tag. All uses changed. Leave an obsolete alias behind. * src/lisp.h (DEFINE_NON_NIL_Q_SYMBOL_MACROS): Rename from DEFINE_NONNIL_Q_SYMBOL_MACROS. All uses changed.
Diffstat (limited to 'test/automated')
-rw-r--r--test/automated/vc-tests.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/automated/vc-tests.el b/test/automated/vc-tests.el
index e83eb85c0fe..4d9aefad7fb 100644
--- a/test/automated/vc-tests.el
+++ b/test/automated/vc-tests.el
@@ -331,8 +331,8 @@ For backends which dont support it, `vc-not-supported' is signalled."
331 331
332 (let ((tmp-name (expand-file-name "foo" default-directory))) 332 (let ((tmp-name (expand-file-name "foo" default-directory)))
333 ;; Check for initial state, should be nil until it's registered. 333 ;; Check for initial state, should be nil until it's registered.
334 ;; Don't pass the backend explictly, otherwise some implementations 334 ;; Don't pass the backend explicitly, otherwise some
335 ;; return non-nil. 335 ;; implementations return non-nil.
336 (should (null (vc-working-revision tmp-name))) 336 (should (null (vc-working-revision tmp-name)))
337 337
338 ;; Write a new file. Check state. 338 ;; Write a new file. Check state.