Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1 KiB

4 years ago
  1. ;;; writegood-mode-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "writegood-mode" "writegood-mode.el" (0 0 0
  7. ;;;;;; 0))
  8. ;;; Generated autoloads from writegood-mode.el
  9. (autoload 'writegood-reading-ease "writegood-mode" "\
  10. Flesch-Kincaid reading ease test in the region bounded by START and END.
  11. Scores roughly between 0 and 100.
  12. \(fn &optional START END)" t nil)
  13. (autoload 'writegood-grade-level "writegood-mode" "\
  14. Flesch-Kincaid grade level test. Converts reading ease score to a grade level (Score ~ years of school needed to read passage).
  15. \(fn &optional START END)" t nil)
  16. (autoload 'writegood-mode "writegood-mode" "\
  17. Colorize issues with the writing in the buffer.
  18. \(fn &optional ARG)" t nil)
  19. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "writegood-mode" '("writegood-")))
  20. ;;;***
  21. ;; Local Variables:
  22. ;; version-control: never
  23. ;; no-byte-compile: t
  24. ;; no-update-autoloads: t
  25. ;; coding: utf-8
  26. ;; End:
  27. ;;; writegood-mode-autoloads.el ends here