changeset 22604:51f68ee599f8

(get_doc_string): Adjust declaration.
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Jun 1998 18:27:02 +0000
parents 329fe9a2bdb8
children c3ffffc994d1
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 */