diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -85,7 +85,7 @@ static int get_doc_string_buffer_size; | |||
| 85 | 85 | ||
| 86 | If UNIBYTE is nonzero, always return the result as a unibyte string. */ | 86 | If UNIBYTE is nonzero, always return the result as a unibyte string. */ |
| 87 | 87 | ||
| 88 | static Lisp_Object | 88 | Lisp_Object |
| 89 | get_doc_string (filepos, unibyte) | 89 | get_doc_string (filepos, unibyte) |
| 90 | Lisp_Object filepos; | 90 | Lisp_Object filepos; |
| 91 | int unibyte; | 91 | int unibyte; |