dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

elisp-refs-autoloads.el (1883B)


      1 ;;; elisp-refs-autoloads.el --- automatically extracted autoloads  -*- lexical-binding: t -*-
      2 ;;
      3 ;;; Code:
      4 
      5 (add-to-list 'load-path (directory-file-name
      6                          (or (file-name-directory #$) (car load-path))))
      7 
      8 
      9 ;;;### (autoloads nil "elisp-refs" "elisp-refs.el" (0 0 0 0))
     10 ;;; Generated autoloads from elisp-refs.el
     11 
     12 (autoload 'elisp-refs-function "elisp-refs" "\
     13 Display all the references to function SYMBOL, in all loaded
     14 elisp files.
     15 
     16 If called with a prefix, prompt for a directory to limit the search.
     17 
     18 This searches for functions, not macros. For that, see
     19 `elisp-refs-macro'.
     20 
     21 \(fn SYMBOL &optional PATH-PREFIX)" t nil)
     22 
     23 (autoload 'elisp-refs-macro "elisp-refs" "\
     24 Display all the references to macro SYMBOL, in all loaded
     25 elisp files.
     26 
     27 If called with a prefix, prompt for a directory to limit the search.
     28 
     29 This searches for macros, not functions. For that, see
     30 `elisp-refs-function'.
     31 
     32 \(fn SYMBOL &optional PATH-PREFIX)" t nil)
     33 
     34 (autoload 'elisp-refs-special "elisp-refs" "\
     35 Display all the references to special form SYMBOL, in all loaded
     36 elisp files.
     37 
     38 If called with a prefix, prompt for a directory to limit the search.
     39 
     40 \(fn SYMBOL &optional PATH-PREFIX)" t nil)
     41 
     42 (autoload 'elisp-refs-variable "elisp-refs" "\
     43 Display all the references to variable SYMBOL, in all loaded
     44 elisp files.
     45 
     46 If called with a prefix, prompt for a directory to limit the search.
     47 
     48 \(fn SYMBOL &optional PATH-PREFIX)" t nil)
     49 
     50 (autoload 'elisp-refs-symbol "elisp-refs" "\
     51 Display all the references to SYMBOL in all loaded elisp files.
     52 
     53 If called with a prefix, prompt for a directory to limit the
     54 search.
     55 
     56 \(fn SYMBOL &optional PATH-PREFIX)" t nil)
     57 
     58 (register-definition-prefixes "elisp-refs" '("elisp-refs-"))
     59 
     60 ;;;***
     61 
     62 ;; Local Variables:
     63 ;; version-control: never
     64 ;; no-byte-compile: t
     65 ;; no-update-autoloads: t
     66 ;; coding: utf-8
     67 ;; End:
     68 ;;; elisp-refs-autoloads.el ends here