commit | author | age
|
5cb5f7
|
1 |
;;; guide-key-autoloads.el --- automatically extracted autoloads |
C |
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 "guide-key" "guide-key.el" (0 0 0 0)) |
|
10 |
;;; Generated autoloads from guide-key.el |
|
11 |
|
|
12 |
(defvar guide-key-mode nil "\ |
|
13 |
Non-nil if Guide-Key mode is enabled. |
|
14 |
See the `guide-key-mode' command |
|
15 |
for a description of this minor mode. |
|
16 |
Setting this variable directly does not take effect; |
|
17 |
either customize it (see the info node `Easy Customization') |
|
18 |
or call the function `guide-key-mode'.") |
|
19 |
|
|
20 |
(custom-autoload 'guide-key-mode "guide-key" nil) |
|
21 |
|
|
22 |
(autoload 'guide-key-mode "guide-key" "\ |
|
23 |
Toggle guide key mode. |
|
24 |
|
|
25 |
In guide key mode, Guide following keys to an input key sequence |
|
26 |
automatically and dynamically. |
|
27 |
With a prefix argument ARG, enable guide key mode if ARG is |
|
28 |
positive, otherwise disable. |
|
29 |
|
|
30 |
\(fn &optional ARG)" t nil) |
|
31 |
|
|
32 |
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "guide-key" '("guide-key/"))) |
|
33 |
|
|
34 |
;;;*** |
|
35 |
|
|
36 |
;; Local Variables: |
|
37 |
;; version-control: never |
|
38 |
;; no-byte-compile: t |
|
39 |
;; no-update-autoloads: t |
|
40 |
;; coding: utf-8 |
|
41 |
;; End: |
|
42 |
;;; guide-key-autoloads.el ends here |