;;; lentic-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 lentic.el

(defvar lentic-init-functions nil "\
All functions that can be used as `lentic-init' function.")
(autoload 'lentic-default-init "lentic" "\
Default init function.
see `lentic-init' for details.")
(register-definition-prefixes "lentic" '("lentic-"))


;;; Generated autoloads from lentic-asciidoc.el

(autoload 'lentic-clojure-asciidoc-init "lentic-asciidoc")
(autoload 'lentic-asciidoc-clojure-init "lentic-asciidoc")
(add-to-list 'lentic-init-functions #'lentic-asciidoc-clojure-init)
(autoload 'lentic-asciidoc-el-init "lentic-asciidoc")
(add-to-list 'lentic-init-functions #'lentic-asciidoc-el-init)
(register-definition-prefixes "lentic-asciidoc" '("lentic-"))


;;; Generated autoloads from lentic-chunk.el

(register-definition-prefixes "lentic-chunk" '("lentic-"))


;;; Generated autoloads from lentic-cookie.el

(register-definition-prefixes "lentic-cookie" '("lentic-cookie-"))


;;; Generated autoloads from lentic-dev.el

(autoload 'lentic-dev-after-change-function "lentic-dev" "\
Run the change functions out of the command loop.
Using this function is the easiest way to test an new
`lentic-clone' method, as doing so in the command loop is
painful for debugging. Set variable `lentic-emergency' to
true to disable command loop functionality." t)
(autoload 'lentic-dev-post-command-hook "lentic-dev" "\
Run the post-command functions out of the command loop.
Using this function is the easiest way to test an new
`lentic-convert' method, as doing so in the command loop is
painful for debugging. Set variable `lentic-emergency' to
true to disable command loop functionality." t)
(autoload 'lentic-dev-after-save-hook "lentic-dev" nil t)
(autoload 'lentic-dev-mode-buffer-list-update-hook "lentic-dev" nil t)
(autoload 'lentic-dev-kill-buffer-hook "lentic-dev" nil t)
(autoload 'lentic-dev-kill-emacs-hook "lentic-dev" nil t)
(autoload 'lentic-dev-reinit "lentic-dev" "\
Recall the init function regardless of current status.
This can help if you have change the config object and need
to make sure there is a new one." t)
(autoload 'lentic-dev-random-face "lentic-dev" "\
Change the insertion face to a random one." t)
(defvar lentic-dev-enable-insertion-marking nil "\
Non-nil if Lentic-Dev-Enable-Insertion-Marking mode is enabled.
See the `lentic-dev-enable-insertion-marking' 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 `lentic-dev-enable-insertion-marking'.")
(custom-autoload 'lentic-dev-enable-insertion-marking "lentic-dev" nil)
(autoload 'lentic-dev-enable-insertion-marking "lentic-dev" "\
Enable font locking properties for inserted text.

This is a global minor mode.  If called interactively, toggle the
`Lentic-Dev-Enable-Insertion-Marking 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 `(default-value
\\='lentic-dev-enable-insertion-marking)'.

The mode's hook is called both when the mode is enabled and when
it is disabled.

(fn &optional ARG)" t)
(defvar lentic-dev-enable-insertion-pulse nil "\
Non-nil if Lentic-Dev-Enable-Insertion-Pulse mode is enabled.
See the `lentic-dev-enable-insertion-pulse' 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 `lentic-dev-enable-insertion-pulse'.")
(custom-autoload 'lentic-dev-enable-insertion-pulse "lentic-dev" nil)
(autoload 'lentic-dev-enable-insertion-pulse "lentic-dev" "\
Enable momentary pulsing for inserted text.

This is a global minor mode.  If called interactively, toggle the
`Lentic-Dev-Enable-Insertion-Pulse 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 `(default-value \\='lentic-dev-enable-insertion-pulse)'.

The mode's hook is called both when the mode is enabled and when
it is disabled.

(fn &optional ARG)" t)
(register-definition-prefixes "lentic-dev" '("lentic-dev-"))


;;; Generated autoloads from lentic-doc.el

(register-definition-prefixes "lentic-doc" '("lentic-"))


;;; Generated autoloads from lentic-latex-code.el

(autoload 'lentic-clojure-latex-init "lentic-latex-code")
(autoload 'lentic-latex-clojure-init "lentic-latex-code")
(autoload 'lentic-clojure-latex-delayed-init "lentic-latex-code")
(autoload 'lentic-haskell-latex-init "lentic-latex-code")
(register-definition-prefixes "lentic-latex-code" '("lentic-"))


;;; Generated autoloads from lentic-markdown.el

(autoload 'lentic-clojure-markdown-init "lentic-markdown")
(register-definition-prefixes "lentic-markdown" '("lentic-"))


;;; Generated autoloads from lentic-mode.el

(autoload 'lentic-mode-create-from-init "lentic-mode" "\


(fn &optional FORCE)" t)
(autoload 'lentic-mode-next-lentic-buffer "lentic-mode" "\
Move the lentic buffer into the current window, creating if necessary." t)
(autoload 'lentic-mode-split-window-below "lentic-mode" "\
Move lentic buffer to the window below, creating if needed." t)
(autoload 'lentic-mode-split-window-right "lentic-mode" "\
Move lentic buffer to the window right, creating if needed." t)
(autoload 'lentic-mode-show-all-lentic "lentic-mode" nil t)
(autoload 'lentic-mode-move-lentic-window "lentic-mode" "\
Move the next lentic buffer into the current window.
If the lentic is currently being displayed in another window,
then the current-buffer will be moved into that window. See also
`lentic-mode-swap-buffer-windows' and `lentic-mode-next-buffer'." t)
(autoload 'lentic-mode-swap-lentic-window "lentic-mode" "\
Swap the window of the buffer and lentic.
If both are current displayed, swap the windows they
are displayed in, which keeping current buffer.
See also `lentic-mode-move-lentic-window'." t)
(autoload 'lentic-mode-create-new-view-in-selected-window "lentic-mode" nil t)
(autoload 'lentic-mode-toggle-auto-sync-point "lentic-mode" nil t)
(autoload 'lentic-mode-doc-eww-view "lentic-mode" nil t)
(autoload 'lentic-mode-doc-external-view "lentic-mode" nil t)
(autoload 'lentic-mode "lentic-mode" "\
Documentation

This is a minor mode.  If called interactively, toggle the
`Lentic 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 `lentic-mode'.

The mode's hook is called both when the mode is enabled and when
it is disabled.

(fn &optional ARG)" t)
(autoload 'lentic-mode-insert-file-local "lentic-mode" "\


(fn INIT-FUNCTION)" t)
(put 'global-lentic-mode 'globalized-minor-mode t)
(defvar global-lentic-mode nil "\
Non-nil if Global Lentic mode is enabled.
See the `global-lentic-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-lentic-mode'.")
(custom-autoload 'global-lentic-mode "lentic-mode" nil)
(autoload 'global-lentic-mode "lentic-mode" "\
Toggle Lentic mode in all buffers.
With prefix ARG, enable Global Lentic 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.

Lentic mode is enabled in all buffers where `lentic-mode-on' would do
it.

See `lentic-mode' for more information on Lentic mode.

(fn &optional ARG)" t)
(register-definition-prefixes "lentic-mode" '("lentic-mode-"))


;;; Generated autoloads from lentic-org.el

(autoload 'lentic-org-el-init "lentic-org")
(autoload 'lentic-el-org-init "lentic-org")
(autoload 'lentic-org-orgel-init "lentic-org")
(autoload 'lentic-orgel-org-init "lentic-org")
(autoload 'lentic-org-clojure-init "lentic-org")
(autoload 'lentic-clojure-org-init "lentic-org")
(autoload 'lentic-org-python-init "lentic-org")
(autoload 'lentic-python-org-init "lentic-org")
(register-definition-prefixes "lentic-org" '("lentic-org"))


;;; Generated autoloads from lentic-ox.el

(register-definition-prefixes "lentic-ox" '("lentic-ox-"))


;;; Generated autoloads from lentic-rot13.el

(register-definition-prefixes "lentic-rot13" '("lentic-rot13-"))


;;; Generated autoloads from lentic-script.el

(eval '(defun lentic-script-hook (mode-hook init) (add-to-list 'lentic-init-functions init) (add-hook mode-hook (lambda nil (unless (bound-and-true-p lentic-init) (setq lentic-init init))))) t)
(autoload 'lentic-python-script-init "lentic-script")
(lentic-script-hook 'python-mode-hook 'lentic-python-script-init)
(autoload 'lentic-bash-script-init "lentic-script")
(lentic-script-hook 'shell-mode-hook 'lentic-bash-script-init)
(autoload 'lentic-lua-script-init "lentic-script")
(lentic-script-hook 'lua-mode-hook #'lentic-lua-script-init)
(register-definition-prefixes "lentic-script" '("lentic-script-"))

;;; End of scraped data

(provide 'lentic-autoloads)

;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:

;;; lentic-autoloads.el ends here