Mercurial > hg > xemacs-beta
comparison lisp/hm--html-menus/auto-autoloads.el @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | |
2 (if (not (featurep 'hm--html-menus-autoloads)) | |
3 (progn | |
4 | |
5 ;;;### (autoloads (hm--html-minor-mode hm--html-mode) "hm--html-mode" "hm--html-menus/hm--html-mode.el") | |
6 | |
7 (autoload 'hm--html-mode "hm--html-mode" "\ | |
8 Major mode for editing HTML hypertext documents. | |
9 Special commands:\\{hm--html-mode-map} | |
10 Turning on hm--html-mode calls the value of the variable hm--html-mode-hook, | |
11 if that value is non-nil." t nil) | |
12 | |
13 (autoload 'hm--html-minor-mode "hm--html-mode" "\ | |
14 Toggle hm--html-minor-mode. | |
15 With arg, turn hm--html-minor-mode on iff arg is positive." t nil) | |
16 | |
17 ;;;*** | |
18 | |
19 ;;;### (autoloads (html-view-get-display html-view-goto-url html-view-view-buffer html-view-view-file html-view-start-mosaic) "html-view" "hm--html-menus/html-view.el") | |
20 | |
21 (autoload 'html-view-start-mosaic "html-view" "\ | |
22 Start Mosaic." t nil) | |
23 | |
24 (autoload 'html-view-view-file "html-view" "\ | |
25 View an html file with Mosaic." t nil) | |
26 | |
27 (autoload 'html-view-view-buffer "html-view" "\ | |
28 View html buffer with Mosaic. | |
29 If BUFFER-TO-VIEW is nil, then the current buffer is used." t nil) | |
30 | |
31 (autoload 'html-view-goto-url "html-view" "\ | |
32 Goto an URL in Mosaic." t nil) | |
33 | |
34 (autoload 'html-view-get-display "html-view" "\ | |
35 Get the display for Mosaic." t nil) | |
36 | |
37 ;;;*** | |
38 | |
39 ;;;### (autoloads (tmpl-insert-template-file tmpl-insert-template-file-from-fixed-dirs tmpl-expand-templates-in-buffer tmpl-expand-templates-in-region) "tmpl-minor-mode" "hm--html-menus/tmpl-minor-mode.el") | |
40 | |
41 (autoload 'tmpl-expand-templates-in-region "tmpl-minor-mode" "\ | |
42 Expands the templates in the region from BEGIN to END. | |
43 If BEGIN and END are nil, then the current region is used." t nil) | |
44 | |
45 (autoload 'tmpl-expand-templates-in-buffer "tmpl-minor-mode" "\ | |
46 Expands all templates in the current buffer." t nil) | |
47 | |
48 (autoload 'tmpl-insert-template-file-from-fixed-dirs "tmpl-minor-mode" "\ | |
49 Inserts a template FILE and expands it, if `tmpl-automatic-expand' is t. | |
50 This command tries to read the template file from a list of | |
51 predefined directories (look at `tmpl-template-dir-list') and it filters | |
52 the contents of these directories with the regular expression | |
53 `tmpl-filter-regexp' (look also at this variable). | |
54 The command uses a history variable, which could be changed with the | |
55 variable `tmpl-history-variable-name'. | |
56 | |
57 The user of the command is able to change interactively to another | |
58 directory by entering at first the string \"Change the directory\". | |
59 This may be too difficult for the user. Therefore another command | |
60 called `tmpl-insert-template-file' exist, which doesn't use fixed | |
61 directories and filters." t nil) | |
62 | |
63 (autoload 'tmpl-insert-template-file "tmpl-minor-mode" "\ | |
64 Inserts a template FILE and expand it, if `tmpl-automatic-expand' is t. | |
65 Look also at `tmpl-template-dir-list', to specify a default template directory. | |
66 You should also take a look at `tmpl-insert-template-file-from-fixed-dirs' | |
67 which has additional advantages (and disadvantages :-). | |
68 | |
69 ATTENTION: The interface of this function has changed. The old | |
70 function had the argument list (&optional TEMPLATE-DIR AUTOMATIC-EXPAND). | |
71 The variables `tmpl-template-dir-list' and `tmpl-automatic-expand' must | |
72 now be used instead of the args TEMPLATE-DIR and AUTOMATIC-EXPAND." t nil) | |
73 | |
74 ;;;*** | |
75 | |
76 (provide 'hm--html-menus-autoloads) | |
77 )) |