Files
emacs/lisp/swiper/swiper-autoloads.el
2025-06-22 22:36:32 +02:00

57 lines
1.6 KiB
EmacsLisp
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
;;; 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