emacs/code/elpa/devdocs-20240428.711/devdocs-autoloads.el

61 lines
1.7 KiB
EmacsLisp
Raw Normal View History

2024-03-20 13:57:39 +00:00
;;; devdocs-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.el
(autoload 'devdocs-delete "devdocs" "\
Delete DevDocs documentation.
DOC is a document metadata alist.
2024-03-20 13:57:39 +00:00
(fn DOC)" t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-install "devdocs" "\
Download and install DevDocs documentation.
2024-03-20 13:57:39 +00:00
DOC is a document slug or metadata alist. If the document is
already installed, reinstall it.
2022-09-22 21:35:32 +00:00
2024-03-20 13:57:39 +00:00
(fn DOC)" t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-update-all "devdocs" "\
2024-03-20 13:57:39 +00:00
Reinstall all documents with a new version available." t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-lookup "devdocs" "\
Look up a DevDocs documentation entry.
Display entries in the documents `devdocs-current-docs' for
selection. With a prefix argument (or, from Lisp, if ASK-DOCS is
non-nil), first read the name of one or more installed documents
and set `devdocs-current-docs' for this buffer.
If INITIAL-INPUT is not nil, insert it into the minibuffer.
2024-03-20 13:57:39 +00:00
(fn &optional ASK-DOCS INITIAL-INPUT)" t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-peruse "devdocs" "\
Read a document from the first page.
2024-03-20 13:57:39 +00:00
(fn DOC)" t)
2022-09-22 21:35:32 +00:00
(autoload 'devdocs-search "devdocs" "\
Search for QUERY in the DevDocs website.
2024-03-20 13:57:39 +00:00
(fn QUERY)" t)
2022-09-22 21:35:32 +00:00
(register-definition-prefixes "devdocs" '("devdocs-"))
2024-03-20 13:57:39 +00:00
;;; End of scraped data
(provide 'devdocs-autoloads)
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-autoloads.el ends here