File tree 1 file changed +33
-0
lines changed
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments