Mercurial > emacs
diff src/lisp.h @ 22604:51f68ee599f8
(get_doc_string): Adjust declaration.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 24 Jun 1998 18:27:02 +0000 |
| parents | c0e254b26492 |
| children | c796882abd44 |
line wrap: on
line diff
--- 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 */
