home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / a2.0bemacs-src.lha / Emacs-19.25 / src / doc_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-18  |  560 b   |  30 lines

  1. /* Prototypes for functions defined in
  2. doc.c
  3.  */
  4.  
  5. extern int Vdoc_file_name;
  6.  
  7. int get_doc_string(long filepos);
  8.  
  9. extern struct Lisp_Subr Sdocumentation;
  10.  
  11. int Fdocumentation(int , int );
  12.  
  13. extern struct Lisp_Subr Sdocumentation_property;
  14.  
  15. int Fdocumentation_property(int , int , int );
  16.  
  17. void store_function_docstring(int fun,
  18.                               int offset);
  19.  
  20. extern struct Lisp_Subr Ssnarf_documentation;
  21.  
  22. int Fsnarf_documentation(int );
  23.  
  24. extern struct Lisp_Subr Ssubstitute_command_keys;
  25.  
  26. int Fsubstitute_command_keys(int );
  27.  
  28. int syms_of_doc(void);
  29.  
  30.