home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
emacs-19.28-src.tgz
/
tar.out
/
fsf
/
emacs
/
src
/
doc_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
560b
|
30 lines
/* Prototypes for functions defined in
doc.c
*/
extern int Vdoc_file_name;
int get_doc_string(long filepos);
extern struct Lisp_Subr Sdocumentation;
int Fdocumentation(int , int );
extern struct Lisp_Subr Sdocumentation_property;
int Fdocumentation_property(int , int , int );
void store_function_docstring(int fun,
int offset);
extern struct Lisp_Subr Ssnarf_documentation;
int Fsnarf_documentation(int );
extern struct Lisp_Subr Ssubstitute_command_keys;
int Fsubstitute_command_keys(int );
int syms_of_doc(void);