emacs/code/elpa/devdocs-browser-20231231.1455/devdocs-browser-autoloads.el

69 lines
2.4 KiB
EmacsLisp
Raw Normal View History

2024-03-20 13:57:39 +00:00
;;; devdocs-browser-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
2022-09-22 21:35:32 +00:00
;;; Code:
2024-03-20 13:57:39 +00:00
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
2022-09-22 21:35:32 +00:00
;;; Generated autoloads from devdocs-browser.el
(autoload 'devdocs-browser-list-docs "devdocs-browser" "\
Get doc metadata lists, reload cache if REFRESH-CACHE.
2024-03-20 13:57:39 +00:00
(fn &optional REFRESH-CACHE)")
(autoload 'devdocs-browser-update-metadata "devdocs-browser" "\
2022-09-22 21:35:32 +00:00
Update doc metadata list.
2024-03-20 13:57:39 +00:00
To upgrade docs content, see `devdocs-browser-upgrade-doc'." t)
(defalias 'devdocs-browser-update-docs 'devdocs-browser-update-metadata)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-browser-install-doc "devdocs-browser" "\
Install doc by SLUG-OR-NAME.
When called interactively, user can choose from the list.
When called interactively with prefix, or FORCE is t, reinstall existing doc.
2024-03-20 13:57:39 +00:00
(fn SLUG-OR-NAME &optional FORCE)" t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-browser-uninstall-doc "devdocs-browser" "\
Uninstall doc by SLUG.
When called interactively, user can choose from the list.
2024-03-20 13:57:39 +00:00
(fn SLUG)" t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-browser-upgrade-doc "devdocs-browser" "\
Upgrade doc by SLUG, return t if upgrade success.
Also download new version of offline data if
there's offline data for current version.
When called interactively, user can choose from list.
You may need to call `devdocs-browser-update-docs' first.
2024-03-20 13:57:39 +00:00
(fn SLUG)" t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-browser-upgrade-all-docs "devdocs-browser" "\
2024-03-20 13:57:39 +00:00
Upgrade all docs." t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-browser-open-in "devdocs-browser" "\
Open entry in specified docs SLUG-OR-NAME-LIST.
When called interactively, user can choose from the list.
2024-03-20 13:57:39 +00:00
(fn SLUG-OR-NAME-LIST)" t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-browser-open "devdocs-browser" "\
Open entry in active docs.
Active docs are specified by `devdocs-browser-active-docs',
or `devdocs-browser-major-mode-docs-alist',
or the current doc type if called in a devdocs eww buffer.
2024-03-20 13:57:39 +00:00
When all of them are nil, all installed docs are used." t)
2022-09-22 21:35:32 +00:00
(register-definition-prefixes "devdocs-browser" '("devdocs-browser-"))
2023-08-10 14:03:04 +00:00
2024-03-20 13:57:39 +00:00
;;; End of scraped data
(provide 'devdocs-browser-autoloads)
2023-08-10 14:03:04 +00:00
2022-09-22 21:35:32 +00:00
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
2024-03-20 13:57:39 +00:00
;; no-native-compile: t
;; coding: utf-8-emacs-unix
2022-09-22 21:35:32 +00:00
;; End:
2024-03-20 13:57:39 +00:00
2022-09-22 21:35:32 +00:00
;;; devdocs-browser-autoloads.el ends here