diff options
| author | Richard M. Stallman | 1998-06-24 18:27:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-24 18:27:02 +0000 |
| commit | 3dd00fc37c5e6c0851747638a293626e4698dfb7 (patch) | |
| tree | a5c74a18e8fc4e523b589caf7425c0950babbb82 /src | |
| parent | 6fe9cce5cf8847b83e989ef34bd57001e9d45263 (diff) | |
| download | emacs-3dd00fc37c5e6c0851747638a293626e4698dfb7.tar.gz emacs-3dd00fc37c5e6c0851747638a293626e4698dfb7.zip | |
(get_doc_string): Adjust declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index c7649a00019..fc126bbe1be 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2370,7 +2370,7 @@ EXFUN (Fsubstitute_command_keys, 1); | |||
| 2370 | EXFUN (Fdocumentation, 2); | 2370 | EXFUN (Fdocumentation, 2); |
| 2371 | EXFUN (Fdocumentation_property, 3); | 2371 | EXFUN (Fdocumentation_property, 3); |
| 2372 | extern Lisp_Object read_doc_string P_ ((Lisp_Object)); | 2372 | extern Lisp_Object read_doc_string P_ ((Lisp_Object)); |
| 2373 | extern Lisp_Object get_doc_string P_ ((Lisp_Object, int)); | 2373 | extern Lisp_Object get_doc_string P_ ((Lisp_Object, int, int)); |
| 2374 | extern void syms_of_doc P_ ((void)); | 2374 | extern void syms_of_doc P_ ((void)); |
| 2375 | 2375 | ||
| 2376 | /* defined in bytecode.c */ | 2376 | /* defined in bytecode.c */ |