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
|
@ -743,7 +743,7 @@ write_globals (void)
|
|||
puts ("#endif");
|
||||
|
||||
puts ("#define Qnil builtin_lisp_symbol (0)");
|
||||
puts ("#if DEFINE_NONNIL_Q_SYMBOL_MACROS");
|
||||
puts ("#if DEFINE_NON_NIL_Q_SYMBOL_MACROS");
|
||||
num_symbols = 0;
|
||||
for (int i = 0; i < num_globals; i++)
|
||||
if (globals[i].type == SYMBOL && num_symbols++ != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue