my-emacs-d/elpa/helm-swoop-20160619.953/helm-swoop-autoloads.el

82 lines
2.2 KiB
EmacsLisp
Raw 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.

;;; helm-swoop-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "helm-swoop" "helm-swoop.el" (22490 28014 512722
;;;;;; 916000))
;;; Generated autoloads from helm-swoop.el
(autoload 'helm-swoop-back-to-last-point "helm-swoop" "\
Go back to last position where `helm-swoop' was called
\(fn &optional $CANCEL)" t nil)
(autoload 'helm-swoop "helm-swoop" "\
List the all lines to another buffer, which is able to squeeze by
any words you input. At the same time, the original buffer's cursor
is jumping line to line according to moving up and down the list.
\(fn &key $QUERY $SOURCE ($multiline current-prefix-arg))" t nil)
(autoload 'helm-swoop-from-isearch "helm-swoop" "\
Invoke `helm-swoop' from isearch.
\(fn)" t nil)
(autoload 'helm-multi-swoop "helm-swoop" "\
Usage:
M-x helm-multi-swoop
1. Select any buffers by [C-SPC] or [M-SPC]
2. Press [RET] to start helm-multi-swoop
C-u M-x helm-multi-swoop
If you have done helm-multi-swoop before, you can skip select buffers step.
Last selected buffers will be applied to helm-multi-swoop.
\(fn &optional $QUERY $BUFLIST)" t nil)
(autoload 'helm-multi-swoop-all "helm-swoop" "\
Apply all buffers to helm-multi-swoop
\(fn &optional $QUERY)" t nil)
(autoload 'helm-multi-swoop-org "helm-swoop" "\
Applies all org-mode buffers to helm-multi-swoop
\(fn &optional $QUERY)" t nil)
(autoload 'helm-multi-swoop-current-mode "helm-swoop" "\
Applies all buffers of the same mode as the current buffer to helm-multi-swoop
\(fn &optional $QUERY)" t nil)
(autoload 'helm-multi-swoop-projectile "helm-swoop" "\
Apply all opened buffers of the current project to helm-multi-swoop
\(fn &optional $QUERY)" t nil)
(autoload 'helm-swoop-without-pre-input "helm-swoop" "\
Start helm-swoop without pre input query.
\(fn)" t nil)
(autoload 'helm-swoop-symble-pre-input "helm-swoop" "\
Start helm-swoop without pre input query.
\(fn)" t nil)
(autoload 'helm-multi-swoop-edit "helm-swoop" "\
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; helm-swoop-autoloads.el ends here