comparison man/custom.texi @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents 95b25f4e7340
children
comparison
equal deleted inserted replaced
5117:3742ea8250b5 5118:e0db3c197671
163 track of the variables type, @code{standard-value} for the program 163 track of the variables type, @code{standard-value} for the program
164 specified default value, @code{saved-value} for a value saved by the 164 specified default value, @code{saved-value} for a value saved by the
165 user, and @code{variable-documentation} for the documentation string. 165 user, and @code{variable-documentation} for the documentation string.
166 166
167 Use @code{custom-add-option} to specify that a specific function is 167 Use @code{custom-add-option} to specify that a specific function is
168 useful as an member of a hook. 168 useful as a member of a hook.
169 169
170 @defun custom-add-option symbol option 170 @defun custom-add-option symbol option
171 To the variable @var{symbol} add @var{option}. 171 To the variable @var{symbol} add @var{option}.
172 172
173 If @var{symbol} is a hook variable, @var{option} should be a hook 173 If @var{symbol} is a hook variable, @var{option} should be a hook
174 member. For other types variables, the effect is undefined." 174 member. For other types of variables, the effect is undefined."
175 @end defun 175 @end defun
176 176
177 @node Declaring Faces, Usage for Package Authors, Declaring Variables, Top 177 @node Declaring Faces, Usage for Package Authors, Declaring Variables, Top
178 @comment node-name, next, previous, up 178 @comment node-name, next, previous, up
179 @section Declaring Faces 179 @section Declaring Faces