163
|
1 ;;; DO NOT MODIFY THIS FILE
|
|
2 (if (not (featurep 'custom-autoloads))
|
|
3 (progn
|
|
4
|
173
|
5 ;;;### (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")
|
163
|
6
|
165
|
7 (autoload 'customize-set-value "cus-edit" "\
|
163
|
8 Set VARIABLE to VALUE. VALUE is a Lisp object.
|
|
9
|
|
10 If VARIABLE has a `variable-interactive' property, that is used as if
|
|
11 it were the arg to `interactive' (which see) to interactively read the value.
|
|
12
|
|
13 If VARIABLE has a `custom-type' property, it must be a widget and the
|
|
14 `:prompt-value' property of that widget will be used for reading the value." t nil)
|
|
15
|
165
|
16 (autoload 'customize-set-variable "cus-edit" "\
|
163
|
17 Set the default for VARIABLE to VALUE. VALUE is a Lisp object.
|
|
18
|
|
19 If VARIABLE has a `custom-set' property, that is used for setting
|
|
20 VARIABLE, otherwise `set-default' is used.
|
|
21
|
|
22 The `customized-value' property of the VARIABLE will be set to a list
|
|
23 with a quoted VALUE as its sole list member.
|
|
24
|
|
25 If VARIABLE has a `variable-interactive' property, that is used as if
|
|
26 it were the arg to `interactive' (which see) to interactively read the value.
|
|
27
|
|
28 If VARIABLE has a `custom-type' property, it must be a widget and the
|
|
29 `:prompt-value' property of that widget will be used for reading the value. " t nil)
|
|
30
|
173
|
31 (autoload 'customize-save-variable "cus-edit" "\
|
|
32 Set the default for VARIABLE to VALUE, and save it for future sessions.
|
|
33 If VARIABLE has a `custom-set' property, that is used for setting
|
|
34 VARIABLE, otherwise `set-default' is used.
|
|
35
|
|
36 The `customized-value' property of the VARIABLE will be set to a list
|
|
37 with a quoted VALUE as its sole list member.
|
|
38
|
|
39 If VARIABLE has a `variable-interactive' property, that is used as if
|
|
40 it were the arg to `interactive' (which see) to interactively read the value.
|
|
41
|
|
42 If VARIABLE has a `custom-type' property, it must be a widget and the
|
|
43 `:prompt-value' property of that widget will be used for reading the value. " t nil)
|
|
44
|
163
|
45 (autoload 'customize "cus-edit" "\
|
|
46 Select a customization buffer which you can use to set user options.
|
|
47 User options are structured into \"groups\".
|
|
48 Initially the top-level group `Emacs' and its immediate subgroups
|
|
49 are shown; the contents of those subgroups are initially hidden." t nil)
|
|
50
|
|
51 (autoload 'customize-group "cus-edit" "\
|
|
52 Customize GROUP, which must be a customization group." t nil)
|
|
53
|
|
54 (autoload 'customize-group-other-window "cus-edit" "\
|
|
55 Customize SYMBOL, which must be a customization group." t nil)
|
|
56
|
|
57 (defalias 'customize-variable 'customize-option)
|
|
58
|
|
59 (autoload 'customize-option "cus-edit" "\
|
|
60 Customize SYMBOL, which must be a user option variable." t nil)
|
|
61
|
|
62 (defalias 'customize-variable-other-window 'customize-option-other-window)
|
|
63
|
|
64 (autoload 'customize-option-other-window "cus-edit" "\
|
|
65 Customize SYMBOL, which must be a user option variable.
|
|
66 Show the buffer in another window, but don't select it." t nil)
|
|
67
|
|
68 (autoload 'customize-face "cus-edit" "\
|
|
69 Customize SYMBOL, which should be a face name or nil.
|
|
70 If SYMBOL is nil, customize all faces." t nil)
|
|
71
|
|
72 (autoload 'customize-face-other-window "cus-edit" "\
|
|
73 Show customization buffer for FACE in other window." t nil)
|
|
74
|
|
75 (autoload 'customize-customized "cus-edit" "\
|
|
76 Customize all user options set since the last save in this session." t nil)
|
|
77
|
|
78 (autoload 'customize-saved "cus-edit" "\
|
|
79 Customize all already saved user options." t nil)
|
|
80
|
|
81 (autoload 'customize-apropos "cus-edit" "\
|
|
82 Customize all user options matching REGEXP.
|
|
83 If ALL is `options', include only options.
|
|
84 If ALL is `faces', include only faces.
|
|
85 If ALL is `groups', include only groups.
|
|
86 If ALL is t (interactively, with prefix arg), include options which are not
|
|
87 user-settable, as well as faces and groups." t nil)
|
|
88
|
|
89 (autoload 'customize-apropos-options "cus-edit" "\
|
|
90 Customize all user options matching REGEXP.
|
|
91 With prefix arg, include options which are not user-settable." t nil)
|
|
92
|
|
93 (autoload 'customize-apropos-faces "cus-edit" "\
|
|
94 Customize all user faces matching REGEXP." t nil)
|
|
95
|
|
96 (autoload 'customize-apropos-groups "cus-edit" "\
|
|
97 Customize all user groups matching REGEXP." t nil)
|
|
98
|
|
99 (autoload 'custom-buffer-create "cus-edit" "\
|
|
100 Create a buffer containing OPTIONS.
|
|
101 Optional NAME is the name of the buffer.
|
|
102 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
|
|
103 SYMBOL is a customization option, and WIDGET is a widget for editing
|
|
104 that option." nil nil)
|
|
105
|
|
106 (autoload 'custom-buffer-create-other-window "cus-edit" "\
|
|
107 Create a buffer containing OPTIONS.
|
|
108 Optional NAME is the name of the buffer.
|
|
109 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
|
|
110 SYMBOL is a customization option, and WIDGET is a widget for editing
|
|
111 that option." nil nil)
|
|
112
|
|
113 (autoload 'customize-browse "cus-edit" "\
|
|
114 Create a tree browser for the customize hierarchy." t nil)
|
|
115
|
173
|
116 (defcustom custom-file (if (boundp 'emacs-user-extension-dir) (concat "~" init-file-user emacs-user-extension-dir "options.el") "~/.emacs") "File used for storing customization information.\nIf you change this from the default \"~/.emacs\" you need to\nexplicitly load that file for the settings to take effect." :type 'file :group 'customize)
|
163
|
117
|
165
|
118 (autoload 'customize-save-customized "cus-edit" "\
|
163
|
119 Save all user options which have been set in this session." t nil)
|
|
120
|
|
121 (autoload 'custom-save-all "cus-edit" "\
|
|
122 Save all customizations in `custom-file'." nil nil)
|
|
123
|
|
124 (autoload 'custom-menu-create "cus-edit" "\
|
|
125 Create menu for customization group SYMBOL.
|
|
126 The menu is in a format applicable to `easy-menu-define'." nil nil)
|
|
127
|
|
128 (autoload 'customize-menu-create "cus-edit" "\
|
|
129 Return a customize menu for customization group SYMBOL.
|
|
130 If optional NAME is given, use that as the name of the menu.
|
|
131 Otherwise the menu will be named `Customize'.
|
|
132 The format is suitable for use with `easy-menu-define'." nil nil)
|
|
133
|
|
134 ;;;***
|
|
135
|
|
136 ;;;### (autoloads (custom-set-faces custom-initialize-frame custom-declare-face) "cus-face" "custom/cus-face.el")
|
|
137
|
|
138 (autoload 'custom-declare-face "cus-face" "\
|
|
139 Like `defface', but FACE is evaluated as a normal argument." nil nil)
|
|
140
|
|
141 (autoload 'custom-initialize-frame "cus-face" "\
|
|
142 Initialize local faces for FRAME if necessary.
|
|
143 If FRAME is missing or nil, the first member of (frame-list) is used." nil nil)
|
|
144
|
|
145 (autoload 'custom-set-faces "cus-face" "\
|
|
146 Initialize faces according to user preferences.
|
|
147 The arguments should be a list where each entry has the form:
|
|
148
|
|
149 (FACE SPEC [NOW])
|
|
150
|
|
151 SPEC will be stored as the saved value for FACE. If NOW is present
|
|
152 and non-nil, FACE will also be created according to SPEC.
|
|
153
|
|
154 See `defface' for the format of SPEC." nil nil)
|
|
155
|
|
156 ;;;***
|
|
157
|
|
158 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse widget-browse-at) "wid-browse" "custom/wid-browse.el")
|
|
159
|
|
160 (autoload 'widget-browse-at "wid-browse" "\
|
|
161 Browse the widget under point." t nil)
|
|
162
|
|
163 (autoload 'widget-browse "wid-browse" "\
|
|
164 Create a widget browser for WIDGET." t nil)
|
|
165
|
|
166 (autoload 'widget-browse-other-window "wid-browse" "\
|
|
167 Show widget browser for WIDGET in other window." t nil)
|
|
168
|
|
169 (autoload 'widget-minor-mode "wid-browse" "\
|
|
170 Togle minor mode for traversing widgets.
|
|
171 With arg, turn widget mode on if and only if arg is positive." t nil)
|
|
172
|
|
173 ;;;***
|
|
174
|
|
175 ;;;### (autoloads (widget-delete widget-create widget-prompt-value widget-apply) "wid-edit" "custom/wid-edit.el")
|
|
176
|
|
177 (autoload 'widget-apply "wid-edit" "\
|
|
178 Apply the value of WIDGET's PROPERTY to the widget itself.
|
|
179 ARGS are passed as extra arguments to the function." nil nil)
|
|
180
|
|
181 (autoload 'widget-prompt-value "wid-edit" "\
|
|
182 Prompt for a value matching WIDGET, using PROMPT.
|
|
183 The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil)
|
|
184
|
|
185 (autoload 'widget-create "wid-edit" "\
|
|
186 Create widget of TYPE.
|
|
187 The optional ARGS are additional keyword arguments." nil nil)
|
|
188
|
|
189 (autoload 'widget-delete "wid-edit" "\
|
|
190 Delete WIDGET." nil nil)
|
|
191
|
|
192 ;;;***
|
|
193
|
|
194 (provide 'custom-autoloads)
|
|
195 ))
|