diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -42,8 +42,9 @@ static char *get_doc_string_buffer; | |||
| 42 | static int get_doc_string_buffer_size; | 42 | static int get_doc_string_buffer_size; |
| 43 | 43 | ||
| 44 | static unsigned char *read_bytecode_pointer; | 44 | static unsigned char *read_bytecode_pointer; |
| 45 | INFUN (Fdocumentation_property, 3); | 45 | static Lisp_Object Fdocumentation_property (Lisp_Object, Lisp_Object, |
| 46 | INFUN (Fsnarf_documentation, 1); | 46 | Lisp_Object); |
| 47 | static Lisp_Object Fsnarf_documentation (Lisp_Object); | ||
| 47 | 48 | ||
| 48 | /* readchar in lread.c calls back here to fetch the next byte. | 49 | /* readchar in lread.c calls back here to fetch the next byte. |
| 49 | If UNREADFLAG is 1, we unread a byte. */ | 50 | If UNREADFLAG is 1, we unread a byte. */ |