parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

61gtk-doc-gentoo.el (283B)


      1 
      2 ;;; gtk-doc site-lisp configuration
      3 
      4 (add-to-list 'load-path "@SITELISP@")
      5 
      6 (autoload 'gtk-doc-insert "gtk-doc"
      7   "Add a documentation header to the current function." t)
      8 (autoload 'gtk-doc-insert-section "gtk-doc"
      9   "Add a section documentation header at the current position." t)