Mercurial > emacs
changeset 22269:ca2d0846af6c
Add prototype for get_doc_string.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 May 1998 00:46:54 +0000 |
parents | 9308a15aa8f8 |
children | 0739384d4356 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu May 28 00:46:38 1998 +0000 +++ b/src/lisp.h Thu May 28 00:46:54 1998 +0000 @@ -2369,6 +2369,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 void syms_of_doc P_ ((void)); /* defined in bytecode.c */