X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Fcustom.texi;h=fc3a9e46c9b93fdf4cc15c2d268bc643176f129f;hb=e5faf85aac142013ef1a552b8a671f432ee4fd3f;hp=66acee1d7d45a731959943fd8853c6c29b884771;hpb=d8654f7c5ad0c04060008c6fbbd90add1f4537e3;p=chise%2Fxemacs-chise.git.1 diff --git a/man/custom.texi b/man/custom.texi index 66acee1..fc3a9e4 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -165,13 +165,13 @@ specified default value, @code{saved-value} for a value saved by the user, and @code{variable-documentation} for the documentation string. Use @code{custom-add-option} to specify that a specific function is -useful as an member of a hook. +useful as a member of a hook. @defun custom-add-option symbol option To the variable @var{symbol} add @var{option}. If @var{symbol} is a hook variable, @var{option} should be a hook -member. For other types variables, the effect is undefined." +member. For other types of variables, the effect is undefined." @end defun @node Declaring Faces, Usage for Package Authors, Declaring Variables, Top @@ -291,7 +291,7 @@ and older XEmacs) and is @file{custom.el} in the same directory as @file{init.el} (in XEmacs 21.4 and later). If you use another file, you must explicitly load it yourself. -As of XEmacs 21.4.7, when @var{custom-file} is present, it is loaded +As of XEmacs 21.4.7, when @code{custom-file} is present, it is loaded @emph{after} @file{init.el}. This is likely to change in the future, because (1) actions in @file{init.el} often would like to depend on customizations for consistent appearance and (2) Custom is quite brutal