37 lines
1.0 KiB
EmacsLisp
37 lines
1.0 KiB
EmacsLisp
;;; zop-to-char-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
|
||
|
||
;;;### (autoloads nil "zop-to-char" "zop-to-char.el" (23124 14374
|
||
;;;;;; 505538 525000))
|
||
;;; Generated autoloads from zop-to-char.el
|
||
|
||
(autoload 'zop-to-char "zop-to-char" "\
|
||
An enhanced version of `zap-to-char'.
|
||
|
||
Argument ARG, when given is index of occurrence to jump to. For
|
||
example, if ARG is 2, `zop-to-char' will jump to second occurrence
|
||
of given character. If ARG is negative, jump in backward direction.
|
||
|
||
\(fn ARG)" t nil)
|
||
|
||
(autoload 'zop-up-to-char "zop-to-char" "\
|
||
An enhanced version of `zap-up-to-char'.
|
||
|
||
Argument ARG, when given is index of occurrence to jump to. For
|
||
example, if ARG is 2, `zop-up-to-char' will jump to second
|
||
occurrence of given character. If ARG is negative, jump in
|
||
backward direction.
|
||
|
||
\(fn ARG)" t nil)
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; zop-to-char-autoloads.el ends here
|