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

36 lines
1,008 B
EmacsLisp
Raw Permalink 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.

;;; inflections-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "inflections" "inflections.el" (0 0 0 0))
;;; Generated autoloads from inflections.el
(autoload 'inflection-singularize-string "inflections" "\
Return the singularized version of STR.
\(fn STR)" nil nil)
(define-obsolete-function-alias 'singularize-string 'inflection-singularize-string)
(autoload 'inflection-pluralize-string "inflections" "\
Return the pluralized version of STR.
\(fn STR)" nil nil)
(define-obsolete-function-alias 'pluralize-string 'inflection-pluralize-string)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "inflections" '("inflection-" "define-inflectors")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; inflections-autoloads.el ends here