diff options
Diffstat (limited to 'test/cedet/srecode-tests.el')
-rw-r--r-- | test/cedet/srecode-tests.el | 2 |
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." (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) |