; * src/lisp.h (DEFSYM): Fix inaccurate comment.
This commit is contained in:
parent
3b86e0b812
commit
f77bd2b4ed
1 changed files with 1 additions and 1 deletions
|
@ -2010,7 +2010,7 @@ INLINE int
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Placeholder for make-docfile to process. The actual symbol
|
/* Placeholder for make-docfile to process. The actual symbol
|
||||||
definition is done by lread.c's defsym. */
|
definition is done by lread.c's define_symbol. */
|
||||||
#define DEFSYM(sym, name) /* empty */
|
#define DEFSYM(sym, name) /* empty */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue