79 lines
2.7 KiB
EmacsLisp
79 lines
2.7 KiB
EmacsLisp
;;; page-break-lines-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
|
||
;; Generated by the `loaddefs-generate' function.
|
||
|
||
;; This file is part of GNU Emacs.
|
||
|
||
;;; Code:
|
||
|
||
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||
|
||
|
||
|
||
;;; Generated autoloads from page-break-lines.el
|
||
|
||
(autoload 'page-break-lines-mode "page-break-lines" "\
|
||
Toggle Page Break Lines mode.
|
||
|
||
In Page Break mode, page breaks (^L characters) are displayed as a
|
||
horizontal line of `page-break-lines-char' characters.
|
||
|
||
This is a minor mode. If called interactively, toggle the
|
||
`Page-Break-Lines mode' mode. If the prefix argument is
|
||
positive, enable the mode, and if it is zero or negative, disable
|
||
the mode.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
|
||
the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
To check whether the minor mode is enabled in the current buffer,
|
||
evaluate `page-break-lines-mode'.
|
||
|
||
The mode's hook is called both when the mode is enabled and when
|
||
it is disabled.
|
||
|
||
(fn &optional ARG)" t)
|
||
(autoload 'page-break-lines-mode-maybe "page-break-lines" "\
|
||
Enable `page-break-lines-mode' in the current buffer if desired.
|
||
When `major-mode' is listed in `page-break-lines-modes', then
|
||
`page-break-lines-mode' will be enabled.")
|
||
(put 'global-page-break-lines-mode 'globalized-minor-mode t)
|
||
(defvar global-page-break-lines-mode nil "\
|
||
Non-nil if Global Page-Break-Lines mode is enabled.
|
||
See the `global-page-break-lines-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-page-break-lines-mode'.")
|
||
(custom-autoload 'global-page-break-lines-mode "page-break-lines" nil)
|
||
(autoload 'global-page-break-lines-mode "page-break-lines" "\
|
||
Toggle Page-Break-Lines mode in all buffers.
|
||
With prefix ARG, enable Global Page-Break-Lines mode if ARG is positive;
|
||
otherwise, disable it.
|
||
|
||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||
Disable the mode if ARG is a negative number.
|
||
|
||
Page-Break-Lines mode is enabled in all buffers where
|
||
`page-break-lines-mode-maybe' would do it.
|
||
|
||
See `page-break-lines-mode' for more information on Page-Break-Lines mode.
|
||
|
||
(fn &optional ARG)" t)
|
||
(register-definition-prefixes "page-break-lines" '("page-break-lines-"))
|
||
|
||
;;; End of scraped data
|
||
|
||
(provide 'page-break-lines-autoloads)
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; no-native-compile: t
|
||
;; coding: utf-8-emacs-unix
|
||
;; End:
|
||
|
||
;;; page-break-lines-autoloads.el ends here
|