60 lines
1.5 KiB
EmacsLisp
60 lines
1.5 KiB
EmacsLisp
;;; devdocs-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
||
;;
|
||
;;; Code:
|
||
|
||
(add-to-list 'load-path (directory-file-name
|
||
(or (file-name-directory #$) (car load-path))))
|
||
|
||
|
||
;;;### (autoloads nil "devdocs" "devdocs.el" (0 0 0 0))
|
||
;;; Generated autoloads from devdocs.el
|
||
|
||
(autoload 'devdocs-delete "devdocs" "\
|
||
Delete DevDocs documentation.
|
||
DOC is a document metadata alist.
|
||
|
||
\(fn DOC)" t nil)
|
||
|
||
(autoload 'devdocs-install "devdocs" "\
|
||
Download and install DevDocs documentation.
|
||
DOC is a document metadata alist.
|
||
|
||
\(fn DOC)" t nil)
|
||
|
||
(autoload 'devdocs-update-all "devdocs" "\
|
||
Reinstall all documents with a new version available." t nil)
|
||
|
||
(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.
|
||
|
||
\(fn &optional ASK-DOCS INITIAL-INPUT)" t nil)
|
||
|
||
(autoload 'devdocs-peruse "devdocs" "\
|
||
Read a document from the first page.
|
||
|
||
\(fn DOC)" t nil)
|
||
|
||
(autoload 'devdocs-search "devdocs" "\
|
||
Search for QUERY in the DevDocs website.
|
||
|
||
\(fn QUERY)" t nil)
|
||
|
||
(register-definition-prefixes "devdocs" '("devdocs-"))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; coding: utf-8
|
||
;; End:
|
||
;;; devdocs-autoloads.el ends here
|