; * src/lisp.h (DEFSYM): Fix inaccurate comment.

This commit is contained in:
Eli Zaretskii 2019-05-06 21:52:19 +03:00
parent 3b86e0b812
commit f77bd2b4ed

View file

@ -2010,7 +2010,7 @@ INLINE int
}
/* 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 */