diff options
| -rw-r--r-- | lispref/customize.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 119 | 119 | ||
| 120 | The way to declare new customization groups is with @code{defgroup}. | 120 | The way to declare new customization groups is with @code{defgroup}. |
| 121 | 121 | ||
| 122 | @defmac defgroup group members doc [keyword value]... | 122 | @defmac defgroup group members doc [keyword value]@dots{} |
| 123 | Declare @var{group} as a customization group containing @var{members}. | 123 | Declare @var{group} as a customization group containing @var{members}. |
| 124 | Do not quote the symbol @var{group}. The argument @var{doc} specifies | 124 | Do not quote the symbol @var{group}. The argument @var{doc} specifies |
| 125 | the documentation string for the group. It should not start with a | 125 | the documentation string for the group. It should not start with a |