mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-14 01:36:36 -04:00
; * src/lisp.h (DEFSYM): Fix inaccurate comment.
This commit is contained in:
parent
3b86e0b812
commit
f77bd2b4ed
|
|
@ -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 */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue