aboutsummaryrefslogtreecommitdiffstats
path: root/test/cedet/srecode-tests.el
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/cedet/srecode-tests.el
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/cedet/srecode-tests.el')
-rw-r--r--test/cedet/srecode-tests.el2
1 files changed, 1 insertions, 1 deletions
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."
272 (not (semantic-tag-of-class-p fcn-in 'function))) 272 (not (semantic-tag-of-class-p fcn-in 'function)))
273 (error "No tag of class 'function to insert comment for")) 273 (error "No tag of class 'function to insert comment for"))
274 274
275 (let ((lextok (semantic-documentation-comment-preceeding-tag fcn-in 'lex)) 275 (let ((lextok (semantic-documentation-comment-preceding-tag fcn-in 'lex))
276 ) 276 )
277 277
278 (when (not lextok) 278 (when (not lextok)