From: Eli Zaretskii Date: Mon, 6 May 2019 18:52:19 +0000 (+0300) Subject: ; * src/lisp.h (DEFSYM): Fix inaccurate comment. X-Git-Tag: emacs-26.2.90~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f77bd2b4ed59370876f5c177398ae3e1683b71f9;p=emacs.git ; * src/lisp.h (DEFSYM): Fix inaccurate comment. --- diff --git a/src/lisp.h b/src/lisp.h index 08c6dbdf72b..782c396dbb4 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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 */