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.
This commit is contained in:
parent
1cb3428546
commit
14b4e657e2
13 changed files with 39 additions and 24 deletions
|
@ -395,7 +395,7 @@ It is assumed that the comment occurs just in front of FCN-IN."
|
|||
(beginning-of-line)
|
||||
(forward-char -1)
|
||||
|
||||
(let ((lextok (semantic-documentation-comment-preceeding-tag fcn-in 'lex))
|
||||
(let ((lextok (semantic-documentation-comment-preceding-tag fcn-in 'lex))
|
||||
(doctext
|
||||
(srecode-document-function-name-comment fcn-in))
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue