# HG changeset patch # User Richard M. Stallman # Date 898712822 0 # Node ID 51f68ee599f861e2a99245d28f7dc4496fd90a2f # Parent 329fe9a2bdb8e5d02cb34376df99fe1ddd34ee14 (get_doc_string): Adjust declaration. diff -r 329fe9a2bdb8 -r 51f68ee599f8 src/lisp.h --- a/src/lisp.h Wed Jun 24 18:26:36 1998 +0000 +++ b/src/lisp.h Wed Jun 24 18:27:02 1998 +0000 @@ -2370,7 +2370,7 @@ EXFUN (Fdocumentation, 2); EXFUN (Fdocumentation_property, 3); extern Lisp_Object read_doc_string P_ ((Lisp_Object)); -extern Lisp_Object get_doc_string P_ ((Lisp_Object, int)); +extern Lisp_Object get_doc_string P_ ((Lisp_Object, int, int)); extern void syms_of_doc P_ ((void)); /* defined in bytecode.c */