From 823a98bc4e5f915ec44aeeb4d9ff5e33280025b8 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 1 Feb 2025 06:07:24 -0500 Subject: [PATCH] (defcustom): Improve doc of `:group` * lisp/custom.el (defcustom): Mention the use of a default group and the fact that `:group` can be repeated. (cherry picked from commit 4aa53f293455e690a9aa07eac13011020b887e0e) --- lisp/custom.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/custom.el b/lisp/custom.el index 9f260f8ef4a..f07ac716f64 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -306,7 +306,8 @@ The following keywords are meaningful: The following common keywords are also meaningful. :group VALUE should be a customization group. - Add SYMBOL (or FACE with `defface') to that group. + Add SYMBOL (or FACE with `defface') to that group instead of + the default group. Can be repeated. :link LINK-DATA Include an external link after the documentation string for this item. This is a sentence containing an active field which -- 2.39.5