Skip to content

Commit f77bd2b

Browse files
committed
; * src/lisp.h (DEFSYM): Fix inaccurate comment.
1 parent 3b86e0b commit f77bd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lisp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ INLINE int
20102010
}
20112011

20122012
/* Placeholder for make-docfile to process. The actual symbol
2013-
definition is done by lread.c's defsym. */
2013+
definition is done by lread.c's define_symbol. */
20142014
#define DEFSYM(sym, name) /* empty */
20152015

20162016

0 commit comments

Comments
 (0)