# HG changeset patch # User adrian # Date 1133910890 0 # Node ID 95b25f4e7340fc872cb7a2fcda22408913907435 # Parent 8ce3778fc1f11adc256a28832c38965434387659 [xemacs-hg @ 2005-12-06 23:14:49 by adrian] [PATCH] xemacs-21.5-clean: man/custom.texi typo fix diff -r 8ce3778fc1f1 -r 95b25f4e7340 man/ChangeLog --- a/man/ChangeLog Tue Dec 06 22:51:07 2005 +0000 +++ b/man/ChangeLog Tue Dec 06 23:14:50 2005 +0000 @@ -1,3 +1,7 @@ +2005-12-03 Adrian Aichner + + * custom.texi (Declaring Variables): Typo fixes. + 2005-11-29 Stephen J. Turnbull * xemacs/custom.texi (Faces): Describe some of the more important diff -r 8ce3778fc1f1 -r 95b25f4e7340 man/custom.texi --- a/man/custom.texi Tue Dec 06 22:51:07 2005 +0000 +++ b/man/custom.texi Tue Dec 06 23:14:50 2005 +0000 @@ -165,13 +165,13 @@ 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