From 3e14f3dae89fc4d8dde328a27fe6444cce15d505 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 17 Oct 2005 06:46:14 +0000 Subject: [PATCH] (Group Definitions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'. --- lispref/customize.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/customize.texi b/lispref/customize.texi index b573ab942a6..176165294f9 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi @@ -119,7 +119,7 @@ keyword. 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 -- 2.39.5