home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / cli / gulamdoc.arc / GULAM.EL < prev    next >
Encoding:
Text File  |  1987-11-02  |  286 b   |  11 lines

  1. ;;
  2. ;; Info-ize gulam.texinfo using our texinfmt.el
  3. ;;
  4. (defun make-gulam-info-file ()
  5.   "Info-ize gulam.texinfo using our texinfmt.el. bammi@mandrill.CWRU.edu"
  6.   (interactive)
  7.   (find-file "gulam.texinfo")
  8.   (load-file "texinfmt.el")
  9.   (texinfo-format-buffer)
  10.   (save-buffer))
  11.