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 >
C/C++ Source or Header  |  1996-09-28  |  560b  |  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.