From: Richard M. Stallman Date: Wed, 24 Jun 1998 18:27:02 +0000 (+0000) Subject: (get_doc_string): Adjust declaration. X-Git-Tag: emacs-20.3~475 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3dd00fc37c5e6c0851747638a293626e4698dfb7;p=emacs.git (get_doc_string): Adjust declaration. --- diff --git a/src/lisp.h b/src/lisp.h index c7649a00019..fc126bbe1be 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 */