36 lines
976 B
EmacsLisp
36 lines
976 B
EmacsLisp
;;; 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
|