diff options
| author | Richard M. Stallman | 1998-05-28 00:46:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-28 00:46:54 +0000 |
| commit | 15c1f6fe1672cf10987364dd354b90854b34439a (patch) | |
| tree | 611db45f8136fcae56af64673e08bfb1e32bae90 /src | |
| parent | 0c3debbc6ff6911a7c6eb76b37f28d86788dbceb (diff) | |
| download | emacs-15c1f6fe1672cf10987364dd354b90854b34439a.tar.gz emacs-15c1f6fe1672cf10987364dd354b90854b34439a.zip | |
Add prototype for get_doc_string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 2831f8ed346..5969fe8d1bb 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2369,6 +2369,7 @@ EXFUN (Fsubstitute_command_keys, 1); | |||
| 2369 | EXFUN (Fdocumentation, 2); | 2369 | EXFUN (Fdocumentation, 2); |
| 2370 | EXFUN (Fdocumentation_property, 3); | 2370 | EXFUN (Fdocumentation_property, 3); |
| 2371 | extern Lisp_Object read_doc_string P_ ((Lisp_Object)); | 2371 | extern Lisp_Object read_doc_string P_ ((Lisp_Object)); |
| 2372 | extern Lisp_Object get_doc_string P_ ((Lisp_Object, int)); | ||
| 2372 | extern void syms_of_doc P_ ((void)); | 2373 | extern void syms_of_doc P_ ((void)); |
| 2373 | 2374 | ||
| 2374 | /* defined in bytecode.c */ | 2375 | /* defined in bytecode.c */ |