User: adrian
Date: 05/12/07 00:14:51
Modified: xemacs/man ChangeLog custom.texi
Log:
[PATCH] xemacs-21.5-clean: man/custom.texi typo fix
<d5ke9ns6.fsf(a)smtprelay.t-online.de>
Revision Changes Path
1.328 +4 -0 XEmacs/xemacs/man/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -p -r1.327 -r1.328
--- ChangeLog 2005/11/29 17:04:15 1.327
+++ ChangeLog 2005/12/06 23:14:49 1.328
@@ -1,3 +1,7 @@
+2005-12-03 Adrian Aichner <adrian(a)xemacs.org>
+
+ * custom.texi (Declaring Variables): Typo fixes.
+
2005-11-29 Stephen J. Turnbull <stephen(a)xemacs.org>
* xemacs/custom.texi (Faces): Describe some of the more important
1.28 +2 -2 XEmacs/xemacs/man/custom.texi
Index: custom.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/custom.texi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- custom.texi 2003/10/10 12:39:27 1.27
+++ custom.texi 2005/12/06 23:14:50 1.28
@@ -165,13 +165,13 @@ specified default value, @code{saved-val
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
Show replies by date