2018-09-10 20:51:14 +02:00
|
|
|
|
;;; visual-fill-column-autoloads.el --- automatically extracted autoloads
|
|
|
|
|
;;
|
|
|
|
|
;;; Code:
|
|
|
|
|
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
|
|
|
|
|
|
|
|
|
;;;### (autoloads nil "visual-fill-column" "visual-fill-column.el"
|
2018-10-02 15:54:39 +02:00
|
|
|
|
;;;;;; (23450 31795 959412 131000))
|
2018-09-10 20:51:14 +02:00
|
|
|
|
;;; Generated autoloads from visual-fill-column.el
|
|
|
|
|
|
|
|
|
|
(autoload 'visual-fill-column-mode "visual-fill-column" "\
|
|
|
|
|
Wrap lines according to `fill-column' in `visual-line-mode'.
|
|
|
|
|
|
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
|
|
|
|
|
|
(defvar global-visual-fill-column-mode nil "\
|
|
|
|
|
Non-nil if Global Visual-Fill-Column mode is enabled.
|
|
|
|
|
See the `global-visual-fill-column-mode' command
|
|
|
|
|
for a description of this minor mode.
|
|
|
|
|
Setting this variable directly does not take effect;
|
|
|
|
|
either customize it (see the info node `Easy Customization')
|
|
|
|
|
or call the function `global-visual-fill-column-mode'.")
|
|
|
|
|
|
|
|
|
|
(custom-autoload 'global-visual-fill-column-mode "visual-fill-column" nil)
|
|
|
|
|
|
|
|
|
|
(autoload 'global-visual-fill-column-mode "visual-fill-column" "\
|
|
|
|
|
Toggle Visual-Fill-Column mode in all buffers.
|
|
|
|
|
With prefix ARG, enable Global Visual-Fill-Column mode if ARG is positive;
|
|
|
|
|
otherwise, disable it. If called from Lisp, enable the mode if
|
|
|
|
|
ARG is omitted or nil.
|
|
|
|
|
|
|
|
|
|
Visual-Fill-Column mode is enabled in all buffers where
|
|
|
|
|
`turn-on-visual-fill-column-mode' would do it.
|
|
|
|
|
See `visual-fill-column-mode' for more information on Visual-Fill-Column mode.
|
|
|
|
|
|
|
|
|
|
\(fn &optional ARG)" t nil)
|
|
|
|
|
|
|
|
|
|
(autoload 'visual-fill-column-split-window-sensibly "visual-fill-column" "\
|
|
|
|
|
Split WINDOW sensibly, unsetting its margins first.
|
|
|
|
|
This function unsets the window margins and calls
|
|
|
|
|
`split-window-sensibly'.
|
|
|
|
|
|
|
|
|
|
By default, `split-window-sensibly' does not split a window
|
|
|
|
|
vertically if it has wide margins, even if there is enough space
|
|
|
|
|
for a vertical split. This function can be used as the value of
|
|
|
|
|
`split-window-preferred-function' to enable vertically splitting
|
|
|
|
|
windows with wide margins.
|
|
|
|
|
|
|
|
|
|
\(fn &optional WINDOW)" nil nil)
|
|
|
|
|
|
|
|
|
|
;;;***
|
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; version-control: never
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; no-update-autoloads: t
|
|
|
|
|
;; End:
|
|
|
|
|
;;; visual-fill-column-autoloads.el ends here
|