aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc.c b/src/doc.c
index a793011990f..354aff84979 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -42,8 +42,9 @@ static char *get_doc_string_buffer;
42static int get_doc_string_buffer_size; 42static int get_doc_string_buffer_size;
43 43
44static unsigned char *read_bytecode_pointer; 44static unsigned char *read_bytecode_pointer;
45INFUN (Fdocumentation_property, 3); 45static Lisp_Object Fdocumentation_property (Lisp_Object, Lisp_Object,
46INFUN (Fsnarf_documentation, 1); 46 Lisp_Object);
47static 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. */