diff options
| author | Eli Zaretskii | 2019-05-06 21:52:19 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-05-06 21:52:19 +0300 |
| commit | f77bd2b4ed59370876f5c177398ae3e1683b71f9 (patch) | |
| tree | 39711c555ba28157dc6179d1f3f36d26d00efee5 /src | |
| parent | 3b86e0b812e97aa83222f042ce8323516aaca0ec (diff) | |
| download | emacs-f77bd2b4ed59370876f5c177398ae3e1683b71f9.tar.gz emacs-f77bd2b4ed59370876f5c177398ae3e1683b71f9.zip | |
; * src/lisp.h (DEFSYM): Fix inaccurate comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 2010 | } | 2010 | } |
| 2011 | 2011 | ||
| 2012 | /* Placeholder for make-docfile to process. The actual symbol | 2012 | /* 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. */ |
| 2014 | #define DEFSYM(sym, name) /* empty */ | 2014 | #define DEFSYM(sym, name) /* empty */ |
| 2015 | 2015 | ||
| 2016 | 2016 | ||