From 3dd00fc37c5e6c0851747638a293626e4698dfb7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 24 Jun 1998 18:27:02 +0000 Subject: [PATCH] (get_doc_string): Adjust declaration. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index c7649a0001..fc126bbe1b 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2370,7 +2370,7 @@ EXFUN (Fsubstitute_command_keys, 1); 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 */ -- 2.20.1