aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 303aed0486d..536d22c57a6 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -538,7 +538,7 @@ store_function_docstring (fun, offset)
538 { 538 {
539 tem = Fcdr (Fcdr (fun)); 539 tem = Fcdr (Fcdr (fun));
540 if (CONSP (tem) && INTEGERP (XCAR (tem))) 540 if (CONSP (tem) && INTEGERP (XCAR (tem)))
541 XSETCARFASTINT (tem, offset); 541 XSETCAR (tem, make_number (offset));
542 } 542 }
543 else if (EQ (tem, Qmacro)) 543 else if (EQ (tem, Qmacro))
544 store_function_docstring (XCDR (fun), offset); 544 store_function_docstring (XCDR (fun), offset);