-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmulti-term-autoloads.el
56 lines (39 loc) · 1.39 KB
/
multi-term-autoloads.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
;;; multi-term-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "multi-term" "multi-term.el" (22738 27666 925073
;;;;;; 299000))
;;; Generated autoloads from multi-term.el
(autoload 'multi-term "multi-term" "\
Create new term buffer.
Will prompt you shell name when you type `C-u' before this command.
\(fn)" t nil)
(autoload 'multi-term-next "multi-term" "\
Go to the next term buffer.
If OFFSET is `non-nil', will goto next term buffer with OFFSET.
\(fn &optional OFFSET)" t nil)
(autoload 'multi-term-prev "multi-term" "\
Go to the previous term buffer.
If OFFSET is `non-nil', will goto previous term buffer with OFFSET.
\(fn &optional OFFSET)" t nil)
(autoload 'multi-term-dedicated-open "multi-term" "\
Open dedicated `multi-term' window.
Will prompt you shell name when you type `C-u' before this command.
\(fn)" t nil)
(autoload 'multi-term-dedicated-toggle "multi-term" "\
Toggle dedicated `multi-term' window.
\(fn)" t nil)
(autoload 'multi-term-dedicated-select "multi-term" "\
Select the `multi-term' dedicated window.
\(fn)" t nil)
(autoload 'multi-term-stickiness-toggle "multi-term" "\
Toggle stickiness of term windows.
\(fn)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; multi-term-autoloads.el ends here