2022-04-22 04:48:52 +00:00
|
|
|
|
;;; elisp-refs-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
2022-04-22 02:54:47 +00:00
|
|
|
|
;;
|
|
|
|
|
;;; Code:
|
|
|
|
|
|
|
|
|
|
(add-to-list 'load-path (directory-file-name
|
|
|
|
|
(or (file-name-directory #$) (car load-path))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;;### (autoloads nil "elisp-refs" "elisp-refs.el" (0 0 0 0))
|
|
|
|
|
;;; 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'.
|
|
|
|
|
|
|
|
|
|
\(fn SYMBOL &optional PATH-PREFIX)" t nil)
|
|
|
|
|
|
|
|
|
|
(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'.
|
|
|
|
|
|
|
|
|
|
\(fn SYMBOL &optional PATH-PREFIX)" t nil)
|
|
|
|
|
|
|
|
|
|
(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.
|
|
|
|
|
|
|
|
|
|
\(fn SYMBOL &optional PATH-PREFIX)" t nil)
|
|
|
|
|
|
|
|
|
|
(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.
|
|
|
|
|
|
|
|
|
|
\(fn SYMBOL &optional PATH-PREFIX)" t nil)
|
|
|
|
|
|
|
|
|
|
(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.
|
|
|
|
|
|
|
|
|
|
\(fn SYMBOL &optional PATH-PREFIX)" t nil)
|
|
|
|
|
|
2022-04-22 04:48:52 +00:00
|
|
|
|
(register-definition-prefixes "elisp-refs" '("elisp-refs-"))
|
2022-04-22 02:54:47 +00:00
|
|
|
|
|
|
|
|
|
;;;***
|
|
|
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
|
;; version-control: never
|
|
|
|
|
;; no-byte-compile: t
|
|
|
|
|
;; no-update-autoloads: t
|
|
|
|
|
;; coding: utf-8
|
|
|
|
|
;; End:
|
|
|
|
|
;;; elisp-refs-autoloads.el ends here
|