add autoloads
This commit is contained in:
56
lisp/swiper/swiper-autoloads.el
Normal file
56
lisp/swiper/swiper-autoloads.el
Normal file
@@ -0,0 +1,56 @@
|
||||
;;; swiper-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
|
||||
;; Generated by the `loaddefs-generate' function.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from swiper.el
|
||||
|
||||
(autoload 'swiper-avy "swiper" "\
|
||||
Jump to one of the current swiper candidates with `avy'." t)
|
||||
(autoload 'swiper-backward "swiper" "\
|
||||
`isearch-backward' with an overview.
|
||||
When non-nil, INITIAL-INPUT is the initial search pattern.
|
||||
|
||||
(fn &optional INITIAL-INPUT)" t)
|
||||
(autoload 'swiper-thing-at-point "swiper" "\
|
||||
`swiper' with `ivy-thing-at-point'." t)
|
||||
(autoload 'swiper-all-thing-at-point "swiper" "\
|
||||
`swiper-all' with `ivy-thing-at-point'." t)
|
||||
(autoload 'swiper "swiper" "\
|
||||
`isearch-forward' with an overview.
|
||||
When non-nil, INITIAL-INPUT is the initial search pattern.
|
||||
|
||||
(fn &optional INITIAL-INPUT)" t)
|
||||
(autoload 'swiper-all "swiper" "\
|
||||
Run `swiper' for all open buffers.
|
||||
|
||||
(fn &optional INITIAL-INPUT)" t)
|
||||
(autoload 'swiper-isearch "swiper" "\
|
||||
A `swiper' that's not line-based.
|
||||
|
||||
(fn &optional INITIAL-INPUT)" t)
|
||||
(autoload 'swiper-isearch-backward "swiper" "\
|
||||
Like `swiper-isearch' but the first result is before the point.
|
||||
|
||||
(fn &optional INITIAL-INPUT)" t)
|
||||
(register-definition-prefixes "swiper" '("swiper-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'swiper-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; swiper-autoloads.el ends here
|
||||
Reference in New Issue
Block a user