my-emacs-d/elpa/helm-flyspell-20160927.1648/helm-flyspell-autoloads.el

24 lines
623 B
EmacsLisp
Raw Normal View History

2016-04-22 07:59:30 +00:00
;;; helm-flyspell-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
2016-09-29 07:33:23 +00:00
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
2016-04-22 07:59:30 +00:00
2016-09-29 07:33:23 +00:00
;;;### (autoloads nil "helm-flyspell" "helm-flyspell.el" (22508 49900
;;;;;; 277969 440000))
2016-04-22 07:59:30 +00:00
;;; Generated autoloads from helm-flyspell.el
(autoload 'helm-flyspell-correct "helm-flyspell" "\
Use helm for flyspell correction.
Adapted from `flyspell-correct-word-before-point'.
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; helm-flyspell-autoloads.el ends here