aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/srecode')
-rw-r--r--lisp/cedet/srecode/document.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el
index 9f106a40660..47577844c74 100644
--- a/lisp/cedet/srecode/document.el
+++ b/lisp/cedet/srecode/document.el
@@ -395,7 +395,7 @@ It is assumed that the comment occurs just in front of FCN-IN."
395 (beginning-of-line) 395 (beginning-of-line)
396 (forward-char -1) 396 (forward-char -1)
397 397
398 (let ((lextok (semantic-documentation-comment-preceeding-tag fcn-in 'lex)) 398 (let ((lextok (semantic-documentation-comment-preceding-tag fcn-in 'lex))
399 (doctext 399 (doctext
400 (srecode-document-function-name-comment fcn-in)) 400 (srecode-document-function-name-comment fcn-in))
401 ) 401 )