diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -42,7 +42,8 @@ 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 | Lisp_Object Fsnarf_documentation (Lisp_Object); | 45 | INFUN (Fdocumentation_property, 3); |
| 46 | INFUN (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 | ||
| 683 | DEFUN ("substitute-command-keys", Fsubstitute_command_keys, | 684 | DEFUE ("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. |
| 686 | Substrings of the form \\=\\[COMMAND] replaced by either: a keystroke | 687 | Substrings of the form \\=\\[COMMAND] replaced by either: a keystroke |