From 14b4e657e2fd647153b336c61a220acedda8454c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 21 Feb 2015 20:00:16 -0800 Subject: 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. --- test/automated/vc-tests.el | 4 ++-- test/cedet/srecode-tests.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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." (let ((tmp-name (expand-file-name "foo" default-directory))) ;; Check for initial state, should be nil until it's registered. - ;; Don't pass the backend explictly, otherwise some implementations - ;; return non-nil. + ;; Don't pass the backend explicitly, otherwise some + ;; implementations return non-nil. (should (null (vc-working-revision tmp-name))) ;; Write a new file. Check state. diff --git a/test/cedet/srecode-tests.el b/test/cedet/srecode-tests.el index 423df72d5ac..f7529ecb5e3 100644 --- a/test/cedet/srecode-tests.el +++ b/test/cedet/srecode-tests.el @@ -272,7 +272,7 @@ Dump out the extracted dictionary." (not (semantic-tag-of-class-p fcn-in 'function))) (error "No tag of class 'function to insert comment for")) - (let ((lextok (semantic-documentation-comment-preceeding-tag fcn-in 'lex)) + (let ((lextok (semantic-documentation-comment-preceding-tag fcn-in 'lex)) ) (when (not lextok) -- cgit v1.2.1