Skip to content

Commit fa0d781

Browse files
committed
[ADD] Generated autoloads
1 parent 4f0984b commit fa0d781

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

typewriter-roll-mode-autoloads.el

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
;;; typewriter-roll-mode-autoloads.el --- automatically extracted autoloads
2+
;;
3+
;;; Code:
4+
5+
(add-to-list 'load-path (directory-file-name
6+
(or (file-name-directory #$) (car load-path))))
7+
8+
9+
;;;### (autoloads nil "typewriter-roll-mode" "typewriter-roll-mode.el"
10+
;;;;;; (0 0 0 0))
11+
;;; Generated autoloads from typewriter-roll-mode.el
12+
13+
(autoload 'typewriter-roll-mode "typewriter-roll-mode" "\
14+
Justify and scroll text to keep a single line in focus.
15+
16+
If called interactively, enable Typewriter-Roll mode if ARG is
17+
positive, and disable it if ARG is zero or negative. If called
18+
from Lisp, also enable the mode if ARG is omitted or nil, and
19+
toggle it if ARG is `toggle'; disable the mode otherwise.
20+
21+
\(fn &optional ARG)" t nil)
22+
23+
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "typewriter-roll-mode" '("typewriter-roll-")))
24+
25+
;;;***
26+
27+
;; Local Variables:
28+
;; version-control: never
29+
;; no-byte-compile: t
30+
;; no-update-autoloads: t
31+
;; coding: utf-8
32+
;; End:
33+
;;; typewriter-roll-mode-autoloads.el ends here

0 commit comments

Comments
 (0)