aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 6abfbab2ff2..8ca7670cc15 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -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
88static Lisp_Object 88Lisp_Object
89get_doc_string (filepos, unibyte) 89get_doc_string (filepos, unibyte)
90 Lisp_Object filepos; 90 Lisp_Object filepos;
91 int unibyte; 91 int unibyte;