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 ed0d2323ed5..b6939ad78f6 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -42,7 +42,8 @@ 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;
45Lisp_Object Fsnarf_documentation (Lisp_Object); 45INFUN (Fdocumentation_property, 3);
46INFUN (Fsnarf_documentation, 1);
46 47
47/* readchar in lread.c calls back here to fetch the next byte. 48/* readchar in lread.c calls back here to fetch the next byte.
48 If UNREADFLAG is 1, we unread a byte. */ 49 If UNREADFLAG is 1, we unread a byte. */
@@ -680,7 +681,7 @@ the same file name is found in the `doc-directory'. */)
680 return Qnil; 681 return Qnil;
681} 682}
682 683
683DEFUN ("substitute-command-keys", Fsubstitute_command_keys, 684DEFUE ("substitute-command-keys", Fsubstitute_command_keys,
684 Ssubstitute_command_keys, 1, 1, 0, 685 Ssubstitute_command_keys, 1, 1, 0,
685 doc: /* Substitute key descriptions for command names in STRING. 686 doc: /* Substitute key descriptions for command names in STRING.
686Substrings of the form \\=\\[COMMAND] replaced by either: a keystroke 687Substrings of the form \\=\\[COMMAND] replaced by either: a keystroke