aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-06-24 18:27:02 +0000
committerRichard M. Stallman1998-06-24 18:27:02 +0000
commit3dd00fc37c5e6c0851747638a293626e4698dfb7 (patch)
treea5c74a18e8fc4e523b589caf7425c0950babbb82 /src
parent6fe9cce5cf8847b83e989ef34bd57001e9d45263 (diff)
downloademacs-3dd00fc37c5e6c0851747638a293626e4698dfb7.tar.gz
emacs-3dd00fc37c5e6c0851747638a293626e4698dfb7.zip
(get_doc_string): Adjust declaration.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
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);
2370EXFUN (Fdocumentation, 2); 2370EXFUN (Fdocumentation, 2);
2371EXFUN (Fdocumentation_property, 3); 2371EXFUN (Fdocumentation_property, 3);
2372extern Lisp_Object read_doc_string P_ ((Lisp_Object)); 2372extern Lisp_Object read_doc_string P_ ((Lisp_Object));
2373extern Lisp_Object get_doc_string P_ ((Lisp_Object, int)); 2373extern Lisp_Object get_doc_string P_ ((Lisp_Object, int, int));
2374extern void syms_of_doc P_ ((void)); 2374extern void syms_of_doc P_ ((void));
2375 2375
2376/* defined in bytecode.c */ 2376/* defined in bytecode.c */