]>
Commit | Line | Data |
---|---|---|
53e6db90 DC |
1 | ;;; highlight-indentation-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- |
2 | ;; | |
3 | ;;; Code: | |
4 | ||
5 | (add-to-list 'load-path (directory-file-name | |
6 | (or (file-name-directory #$) (car load-path)))) | |
7 | ||
8 | \f | |
9 | ;;;### (autoloads nil "highlight-indentation" "highlight-indentation.el" | |
10 | ;;;;;; (0 0 0 0)) | |
11 | ;;; Generated autoloads from highlight-indentation.el | |
12 | ||
13 | (autoload 'highlight-indentation-mode "highlight-indentation" "\ | |
14 | Highlight indentation minor mode highlights indentation based on spaces | |
15 | ||
16 | This is a minor mode. If called interactively, toggle the | |
17 | `Highlight-Indentation mode' mode. If the prefix argument is | |
18 | positive, enable the mode, and if it is zero or negative, disable | |
19 | the mode. | |
20 | ||
21 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable | |
22 | the mode if ARG is nil, omitted, or is a positive number. | |
23 | Disable the mode if ARG is a negative number. | |
24 | ||
25 | To check whether the minor mode is enabled in the current buffer, | |
26 | evaluate `highlight-indentation-mode'. | |
27 | ||
28 | The mode's hook is called both when the mode is enabled and when | |
29 | it is disabled. | |
30 | ||
31 | \(fn &optional ARG)" t nil) | |
32 | ||
33 | (autoload 'highlight-indentation-set-offset "highlight-indentation" "\ | |
34 | Set indentation offset locally in buffer, will prevent | |
35 | highlight-indentation from trying to guess indentation offset | |
36 | from major mode | |
37 | ||
38 | \(fn OFFSET)" t nil) | |
39 | ||
40 | (autoload 'highlight-indentation-current-column-mode "highlight-indentation" "\ | |
41 | Highlight Indentation minor mode displays a vertical bar | |
42 | corresponding to the indentation of the current line | |
43 | ||
44 | This is a minor mode. If called interactively, toggle the | |
45 | `Highlight-Indentation-Current-Column mode' mode. If the prefix | |
46 | argument is positive, enable the mode, and if it is zero or | |
47 | negative, disable the mode. | |
48 | ||
49 | If called from Lisp, toggle the mode if ARG is `toggle'. Enable | |
50 | the mode if ARG is nil, omitted, or is a positive number. | |
51 | Disable the mode if ARG is a negative number. | |
52 | ||
53 | To check whether the minor mode is enabled in the current buffer, | |
54 | evaluate `highlight-indentation-current-column-mode'. | |
55 | ||
56 | The mode's hook is called both when the mode is enabled and when | |
57 | it is disabled. | |
58 | ||
59 | \(fn &optional ARG)" t nil) | |
60 | ||
61 | (register-definition-prefixes "highlight-indentation" '("highlight-indentation-")) | |
62 | ||
63 | ;;;*** | |
64 | \f | |
65 | ;;;### (autoloads nil nil ("highlight-indentation-pkg.el") (0 0 0 | |
66 | ;;;;;; 0)) | |
67 | ||
68 | ;;;*** | |
69 | \f | |
70 | ;; Local Variables: | |
71 | ;; version-control: never | |
72 | ;; no-byte-compile: t | |
73 | ;; no-update-autoloads: t | |
74 | ;; coding: utf-8 | |
75 | ;; End: | |
76 | ;;; highlight-indentation-autoloads.el ends here |