spacemacs-elpa/26.3/develop/writegood-mode-20180525.1343/writegood-mode-autoloads.el
Yann Esposito (Yogsototh) 863ed55051
snapshot
2020-03-17 23:22:53 +01:00

40 lines
1.1 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; writegood-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "writegood-mode" "writegood-mode.el" (0 0 0
;;;;;; 0))
;;; Generated autoloads from writegood-mode.el
(autoload 'writegood-reading-ease "writegood-mode" "\
Flesch-Kincaid reading ease test in the region bounded by START and END.
Scores roughly between 0 and 100.
\(fn &optional START END)" t nil)
(autoload 'writegood-grade-level "writegood-mode" "\
Flesch-Kincaid grade level test. Converts reading ease score to a grade level (Score ~ years of school needed to read passage).
\(fn &optional START END)" t nil)
(autoload 'writegood-mode "writegood-mode" "\
Colorize issues with the writing in the buffer.
\(fn &optional ARG)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "writegood-mode" '("writegood-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; writegood-mode-autoloads.el ends here