50 lines
1.4 KiB
EmacsLisp
50 lines
1.4 KiB
EmacsLisp
|
;;; elisp-slime-nav-autoloads.el --- automatically extracted autoloads
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
|||
|
|
|||
|
;;;### (autoloads nil "elisp-slime-nav" "elisp-slime-nav.el" (23377
|
|||
|
;;;;;; 61613 957143 248000))
|
|||
|
;;; Generated autoloads from elisp-slime-nav.el
|
|||
|
|
|||
|
(autoload 'elisp-slime-nav-mode "elisp-slime-nav" "\
|
|||
|
Enable Slime-style navigation of elisp symbols using M-. and M-,
|
|||
|
|
|||
|
\(fn &optional ARG)" t nil)
|
|||
|
|
|||
|
(autoload 'turn-on-elisp-slime-nav-mode "elisp-slime-nav" "\
|
|||
|
Explicitly enable `elisp-slime-nav-mode'.
|
|||
|
|
|||
|
\(fn)" nil nil)
|
|||
|
|
|||
|
(autoload 'elisp-slime-nav-find-elisp-thing-at-point "elisp-slime-nav" "\
|
|||
|
Find the elisp thing at point, be it a function, variable, library or face.
|
|||
|
|
|||
|
With a prefix arg, or if there is no thing at point, prompt for
|
|||
|
the symbol to jump to.
|
|||
|
|
|||
|
Argument SYM-NAME is the thing to find.
|
|||
|
|
|||
|
\(fn SYM-NAME)" t nil)
|
|||
|
|
|||
|
(autoload 'elisp-slime-nav-describe-elisp-thing-at-point "elisp-slime-nav" "\
|
|||
|
Display the full documentation of the elisp thing at point.
|
|||
|
|
|||
|
The named subject may be a function, variable, library or face.
|
|||
|
|
|||
|
With a prefix arg, or if there is not \"thing\" at point, prompt
|
|||
|
for the symbol to jump to.
|
|||
|
|
|||
|
Argument SYM-NAME is the thing to find.
|
|||
|
|
|||
|
\(fn SYM-NAME)" t nil)
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; End:
|
|||
|
;;; elisp-slime-nav-autoloads.el ends here
|