2024-03-20 13:57:39 +00:00
|
|
|
|
;;; elisp-refs-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
|
|
|
|
|
;; Generated by the `loaddefs-generate' function.
|
|
|
|
|
|
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
|
|
2023-04-07 19:25:24 +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)))
|
|
|
|
|
|
2023-04-07 19:25:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;; Generated autoloads from elisp-refs.el
|
|
|
|
|
|
|
|
|
|
(autoload 'elisp-refs-function "elisp-refs" "\
|
|
|
|
|
Display all the references to function SYMBOL, in all loaded
|
|
|
|
|
elisp files.
|
|
|
|
|
|
|
|
|
|
If called with a prefix, prompt for a directory to limit the search.
|
|
|
|
|
|
|
|
|
|
This searches for functions, not macros. For that, see
|
|
|
|
|
`elisp-refs-macro'.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn SYMBOL &optional PATH-PREFIX)" t)
|
2023-04-07 19:25:24 +00:00
|
|
|
|
(autoload 'elisp-refs-macro "elisp-refs" "\
|
|
|
|
|
Display all the references to macro SYMBOL, in all loaded
|
|
|
|
|
elisp files.
|
|
|
|
|
|
|
|
|
|
If called with a prefix, prompt for a directory to limit the search.
|
|
|
|
|
|
|
|
|
|
This searches for macros, not functions. For that, see
|
|
|
|
|
`elisp-refs-function'.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn SYMBOL &optional PATH-PREFIX)" t)
|
2023-04-07 19:25:24 +00:00
|
|
|
|
(autoload 'elisp-refs-special "elisp-refs" "\
|
|
|
|
|
Display all the references to special form SYMBOL, in all loaded
|
|
|
|
|
elisp files.
|
|
|
|
|
|
|
|
|
|
If called with a prefix, prompt for a directory to limit the search.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn SYMBOL &optional PATH-PREFIX)" t)
|
2023-04-07 19:25:24 +00:00
|
|
|
|
(autoload 'elisp-refs-variable "elisp-refs" "\
|
|
|
|
|
Display all the references to variable SYMBOL, in all loaded
|
|
|
|
|
elisp files.
|
|
|
|
|
|
|
|
|
|
If called with a prefix, prompt for a directory to limit the search.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn SYMBOL &optional PATH-PREFIX)" t)
|
2023-04-07 19:25:24 +00:00
|
|
|
|
(autoload 'elisp-refs-symbol "elisp-refs" "\
|
|
|
|
|
Display all the references to SYMBOL in all loaded elisp files.
|
|
|
|
|
|
|
|
|
|
If called with a prefix, prompt for a directory to limit the
|
|
|
|
|
search.
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
(fn SYMBOL &optional PATH-PREFIX)" t)
|
2023-04-07 19:25:24 +00:00
|
|
|
|
(register-definition-prefixes "elisp-refs" '("elisp-"))
|
|
|
|
|
|
2024-03-20 13:57:39 +00:00
|
|
|
|
;;; End of scraped data
|
|
|
|
|
|
|
|
|
|
(provide 'elisp-refs-autoloads)
|
|
|
|
|
|
2023-04-07 19:25:24 +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
|
2023-04-07 19:25:24 +00:00
|
|
|
|
;; End:
|
2024-03-20 13:57:39 +00:00
|
|
|
|
|
2023-04-07 19:25:24 +00:00
|
|
|
|
;;; elisp-refs-autoloads.el ends here
|