changeset 3128:95b25f4e7340

[xemacs-hg @ 2005-12-06 23:14:49 by adrian] [PATCH] xemacs-21.5-clean: man/custom.texi typo fix <d5ke9ns6.fsf@smtprelay.t-online.de>
author adrian
date Tue, 06 Dec 2005 23:14:50 +0000
parents 8ce3778fc1f1
children 17d3297c6bad
files man/ChangeLog man/custom.texi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <adrian@xemacs.org>
+
+	* custom.texi (Declaring Variables): Typo fixes.
+
 2005-11-29  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* xemacs/custom.texi (Faces): Describe some of the more important
--- 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