]> git.eshelyaron.com Git - emacs.git/commitdiff
Add prototype for get_doc_string.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 May 1998 00:46:54 +0000 (00:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 May 1998 00:46:54 +0000 (00:46 +0000)
src/lisp.h

index 2831f8ed346a4923c78fa77ca43fdd04dc039c0b..5969fe8d1bbc8685b15116e8ada96f9b33933538 100644 (file)
@@ -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 */