Mercurial > hg > xemacs-beta
comparison lisp/custom/auto-autoloads.el @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | e121b013d1f0 |
children | acd284d43ca1 |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (featurep 'custom-autoloads) (error "Already loaded")) | 2 (if (featurep 'custom-autoloads) (error "Already loaded")) |
3 | 3 |
4 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all customize-save-customized customize-browse custom-buffer-create-other-window custom-buffer-create customize-apropos-groups customize-apropos-faces customize-apropos-options customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-option-other-window customize-option customize-group-other-window customize-group customize customize-save-variable customize-set-variable customize-set-value) "cus-edit" "custom/cus-edit.el") | 4 ;;;### (autoloads (Custom-make-dependencies) "cus-dep" "custom/cus-dep.el") |
5 | |
6 (autoload 'Custom-make-dependencies "cus-dep" "\ | |
7 Extract custom dependencies from .el files in SUBDIRS. | |
8 SUBDIRS is a list of directories. If it is nil, the command-line | |
9 arguments are used. If it is a string, only that directory is | |
10 processed. This function is especially useful in batch mode. | |
11 | |
12 Batch usage: xemacs -batch -l cus-dep.el -f Custom-make-dependencies DIRS" t nil) | |
13 | |
14 ;;;*** | |
15 | |
16 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all customize-save-customized customize-browse custom-buffer-create-other-window custom-buffer-create customize-apropos-groups customize-apropos-faces customize-apropos-options customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-option-other-window customize-variable customize-other-window customize customize-save-variable customize-set-variable customize-set-value) "cus-edit" "custom/cus-edit.el") | |
5 | 17 |
6 (autoload 'customize-set-value "cus-edit" "\ | 18 (autoload 'customize-set-value "cus-edit" "\ |
7 Set VARIABLE to VALUE. VALUE is a Lisp object. | 19 Set VARIABLE to VALUE. VALUE is a Lisp object. |
8 | 20 |
9 If VARIABLE has a `variable-interactive' property, that is used as if | 21 If VARIABLE has a `variable-interactive' property, that is used as if |
42 `:prompt-value' property of that widget will be used for reading the value. " t nil) | 54 `:prompt-value' property of that widget will be used for reading the value. " t nil) |
43 | 55 |
44 (autoload 'customize "cus-edit" "\ | 56 (autoload 'customize "cus-edit" "\ |
45 Select a customization buffer which you can use to set user options. | 57 Select a customization buffer which you can use to set user options. |
46 User options are structured into \"groups\". | 58 User options are structured into \"groups\". |
47 Initially the top-level group `Emacs' and its immediate subgroups | 59 The default group is `Emacs'." t nil) |
48 are shown; the contents of those subgroups are initially hidden." t nil) | 60 |
49 | 61 (defalias 'customize-group 'customize) |
50 (autoload 'customize-group "cus-edit" "\ | 62 |
51 Customize GROUP, which must be a customization group." t nil) | 63 (autoload 'customize-other-window "cus-edit" "\ |
52 | |
53 (autoload 'customize-group-other-window "cus-edit" "\ | |
54 Customize SYMBOL, which must be a customization group." t nil) | 64 Customize SYMBOL, which must be a customization group." t nil) |
55 | 65 |
56 (defalias 'customize-variable 'customize-option) | 66 (defalias 'customize-group-other-window 'customize-other-window) |
57 | 67 |
58 (autoload 'customize-option "cus-edit" "\ | 68 (defalias 'customize-option 'customize-variable) |
69 | |
70 (autoload 'customize-variable "cus-edit" "\ | |
59 Customize SYMBOL, which must be a user option variable." t nil) | 71 Customize SYMBOL, which must be a user option variable." t nil) |
60 | 72 |
61 (defalias 'customize-variable-other-window 'customize-option-other-window) | 73 (defalias 'customize-variable-other-window 'customize-option-other-window) |
62 | 74 |
63 (autoload 'customize-option-other-window "cus-edit" "\ | 75 (autoload 'customize-option-other-window "cus-edit" "\ |
132 | 144 |
133 ;;;*** | 145 ;;;*** |
134 | 146 |
135 ;;;### (autoloads (custom-set-faces custom-initialize-frame custom-declare-face) "cus-face" "custom/cus-face.el") | 147 ;;;### (autoloads (custom-set-faces custom-initialize-frame custom-declare-face) "cus-face" "custom/cus-face.el") |
136 | 148 |
149 (defcustom frame-background-mode nil "*The brightness of the background.\nSet this to the symbol dark if your background color is dark, light if\nyour background is light, or nil (default) if you want Emacs to\nexamine the brightness for you." :group 'faces :type '(choice (choice-item dark) (choice-item light) (choice-item :tag "Auto" nil))) | |
150 | |
151 (defcustom initialize-face-resources t "If non nil, allow X resources to initialize face properties.\nThis only affects faces declared with `defface', and only X11 frames." :group 'faces :type 'boolean) | |
152 | |
137 (autoload 'custom-declare-face "cus-face" "\ | 153 (autoload 'custom-declare-face "cus-face" "\ |
138 Like `defface', but FACE is evaluated as a normal argument." nil nil) | 154 Like `defface', but FACE is evaluated as a normal argument." nil nil) |
139 | 155 |
140 (autoload 'custom-initialize-frame "cus-face" "\ | 156 (autoload 'custom-initialize-frame "cus-face" "\ |
141 Initialize local faces for FRAME if necessary. | 157 Initialize local faces for FRAME if necessary. |
169 Togle minor mode for traversing widgets. | 185 Togle minor mode for traversing widgets. |
170 With arg, turn widget mode on if and only if arg is positive." t nil) | 186 With arg, turn widget mode on if and only if arg is positive." t nil) |
171 | 187 |
172 ;;;*** | 188 ;;;*** |
173 | 189 |
174 ;;;### (autoloads (widget-delete widget-create widget-prompt-value widget-apply) "wid-edit" "custom/wid-edit.el") | 190 ;;;### (autoloads (widget-delete widget-create widget-prompt-value) "wid-edit" "custom/wid-edit.el") |
175 | |
176 (autoload 'widget-apply "wid-edit" "\ | |
177 Apply the value of WIDGET's PROPERTY to the widget itself. | |
178 ARGS are passed as extra arguments to the function." nil nil) | |
179 | 191 |
180 (autoload 'widget-prompt-value "wid-edit" "\ | 192 (autoload 'widget-prompt-value "wid-edit" "\ |
181 Prompt for a value matching WIDGET, using PROMPT. | 193 Prompt for a value matching WIDGET, using PROMPT. |
182 The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil) | 194 The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil) |
183 | 195 |