From: Richard M. Stallman Date: Thu, 28 May 1998 00:46:54 +0000 (+0000) Subject: Add prototype for get_doc_string. X-Git-Tag: emacs-20.3~808 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15c1f6fe1672cf10987364dd354b90854b34439a;p=emacs.git Add prototype for get_doc_string. --- 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 */