User: vins
Date: 05/12/03 19:10:05
Branch: xemacs/man release-21-4
Modified: xemacs/man ChangeLog custom.texi
Log:
Minor typo fix.
Revision Changes Path
1.116.2.60 +4 -0 XEmacs/xemacs/man/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/ChangeLog,v
retrieving revision 1.116.2.59
retrieving revision 1.116.2.60
diff -u -p -r1.116.2.59 -r1.116.2.60
--- ChangeLog 2005/11/28 02:10:12 1.116.2.59
+++ ChangeLog 2005/12/03 18:10:04 1.116.2.60
@@ -1,3 +1,7 @@
+2005-12-03 Adrian Aichner <adrian(a)xemacs.org>
+
+ * custom.texi (Declaring Variables): Typo fixes.
+
2005-01-19 Aidan Kehoe <kehoea(a)parhasard.net>
* lispref/mule.texi (CCL Example): Detail an implementation of the
1.25.2.3 +2 -2 XEmacs/xemacs/man/custom.texi
Index: custom.texi
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/man/custom.texi,v
retrieving revision 1.25.2.2
retrieving revision 1.25.2.3
diff -u -p -r1.25.2.2 -r1.25.2.3
--- custom.texi 2003/10/23 02:03:32 1.25.2.2
+++ custom.texi 2005/12/03 18:10:04 1.25.2.3
@@ -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