dotemacs

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

elisp-refs-autoloads.el (1958B)


      1 ;;; elisp-refs-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from elisp-refs.el
     13 
     14 (autoload 'elisp-refs-function "elisp-refs" "\
     15 Display all the references to function SYMBOL, in all loaded
     16 elisp files.
     17 
     18 If called with a prefix, prompt for a directory to limit the search.
     19 
     20 This searches for functions, not macros. For that, see
     21 `elisp-refs-macro'.
     22 
     23 (fn SYMBOL &optional PATH-PREFIX)" t)
     24 (autoload 'elisp-refs-macro "elisp-refs" "\
     25 Display all the references to macro SYMBOL, in all loaded
     26 elisp files.
     27 
     28 If called with a prefix, prompt for a directory to limit the search.
     29 
     30 This searches for macros, not functions. For that, see
     31 `elisp-refs-function'.
     32 
     33 (fn SYMBOL &optional PATH-PREFIX)" t)
     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)
     41 (autoload 'elisp-refs-variable "elisp-refs" "\
     42 Display all the references to variable SYMBOL, in all loaded
     43 elisp files.
     44 
     45 If called with a prefix, prompt for a directory to limit the search.
     46 
     47 (fn SYMBOL &optional PATH-PREFIX)" t)
     48 (autoload 'elisp-refs-symbol "elisp-refs" "\
     49 Display all the references to SYMBOL in all loaded elisp files.
     50 
     51 If called with a prefix, prompt for a directory to limit the
     52 search.
     53 
     54 (fn SYMBOL &optional PATH-PREFIX)" t)
     55 (register-definition-prefixes "elisp-refs" '("elisp-"))
     56 
     57 ;;; End of scraped data
     58 
     59 (provide 'elisp-refs-autoloads)
     60 
     61 ;; Local Variables:
     62 ;; version-control: never
     63 ;; no-byte-compile: t
     64 ;; no-update-autoloads: t
     65 ;; no-native-compile: t
     66 ;; coding: utf-8-emacs-unix
     67 ;; End:
     68 
     69 ;;; elisp-refs-autoloads.el ends here