36 lines
976 B
EmacsLisp
Raw Permalink Normal View History

2019-10-20 16:24:07 -05:00
;;; unfill-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "unfill" "unfill.el" (22922 22427 0 0))
;;; Generated autoloads from unfill.el
(autoload 'unfill-paragraph "unfill" "\
Replace newline chars in current paragraph by single spaces.
This command does the inverse of `fill-paragraph'.
\(fn)" t nil)
(autoload 'unfill-region "unfill" "\
Replace newline chars in region from START to END by single spaces.
This command does the inverse of `fill-region'.
\(fn START END)" t nil)
(autoload 'unfill-toggle "unfill" "\
Toggle filling/unfilling of the current region, or current paragraph if no region active.
\(fn)" t nil)
(define-obsolete-function-alias 'toggle-fill-unfill 'unfill-toggle)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; unfill-autoloads.el ends here