Mercurial > hg > dotemacs
comparison elpa/imenu-list-0.8/imenu-list-autoloads.el @ 178:a88105de5f74
fountain: new mode (with olivetti and imenu pseudo-dependencies)
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 02 Jul 2018 21:48:57 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
177:f029c55c6221 | 178:a88105de5f74 |
---|---|
1 ;;; imenu-list-autoloads.el --- automatically extracted autoloads | |
2 ;; | |
3 ;;; Code: | |
4 (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) | |
5 | |
6 ;;;### (autoloads nil "imenu-list" "imenu-list.el" (23212 29366 399107 | |
7 ;;;;;; 872000)) | |
8 ;;; Generated autoloads from imenu-list.el | |
9 | |
10 (autoload 'imenu-list-noselect "imenu-list" "\ | |
11 Update and show the imenu-list buffer, but don't select it. | |
12 If the imenu-list buffer doesn't exist, create it. | |
13 | |
14 \(fn)" t nil) | |
15 | |
16 (autoload 'imenu-list "imenu-list" "\ | |
17 Update and show the imenu-list buffer. | |
18 If the imenu-list buffer doesn't exist, create it. | |
19 | |
20 \(fn)" t nil) | |
21 | |
22 (defvar imenu-list-minor-mode nil "\ | |
23 Non-nil if Imenu-List minor mode is enabled. | |
24 See the `imenu-list-minor-mode' command | |
25 for a description of this minor mode. | |
26 Setting this variable directly does not take effect; | |
27 either customize it (see the info node `Easy Customization') | |
28 or call the function `imenu-list-minor-mode'.") | |
29 | |
30 (custom-autoload 'imenu-list-minor-mode "imenu-list" nil) | |
31 | |
32 (autoload 'imenu-list-minor-mode "imenu-list" "\ | |
33 Toggle Imenu-List minor mode on or off. | |
34 With a prefix argument ARG, enable Imenu-List minor mode if ARG is | |
35 positive, and disable it otherwise. If called from Lisp, enable | |
36 the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'. | |
37 \\{imenu-list-minor-mode-map} | |
38 | |
39 \(fn &optional ARG)" t nil) | |
40 | |
41 (autoload 'imenu-list-smart-toggle "imenu-list" "\ | |
42 Enable or disable `imenu-list-minor-mode' according to buffer's visibility. | |
43 If the imenu-list buffer is displayed in any window, disable | |
44 `imenu-list-minor-mode', otherwise enable it. | |
45 Note that all the windows in every frame searched, even invisible ones, not | |
46 only those in the selected frame. | |
47 | |
48 \(fn)" t nil) | |
49 | |
50 ;;;*** | |
51 | |
52 ;; Local Variables: | |
53 ;; version-control: never | |
54 ;; no-byte-compile: t | |
55 ;; no-update-autoloads: t | |
56 ;; End: | |
57 ;;; imenu-list-autoloads.el ends here |