From 15c1f6fe1672cf10987364dd354b90854b34439a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 May 1998 00:46:54 +0000 Subject: [PATCH] Add prototype for get_doc_string. --- src/lisp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lisp.h b/src/lisp.h index 2831f8ed346..5969fe8d1bb 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2369,6 +2369,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 void syms_of_doc P_ ((void)); /* defined in bytecode.c */ -- 2.39.2