# HG changeset patch # User Juri Linkov # Date 1129531574 0 # Node ID 17e84500628a5059a2989115da56ab980013b560 # Parent 2af75f8155de339d5e431adecff542a0c20acf45 (Group Definitions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. diff -r 2af75f8155de -r 17e84500628a lispref/customize.texi --- a/lispref/customize.texi Mon Oct 17 06:45:48 2005 +0000 +++ b/lispref/customize.texi Mon Oct 17 06:46:14 2005 +0000 @@ -119,7 +119,7 @@ The way to declare new customization groups is with @code{defgroup}. -@defmac defgroup group members doc [keyword value]... +@defmac defgroup group members doc [keyword value]@dots{} Declare @var{group} as a customization group containing @var{members}. Do not quote the symbol @var{group}. The argument @var{doc} specifies the documentation string for the group. It should not start with a