From 5960e9cf5770dab2bd3abfb8640f6553bfa1b190 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sun, 10 Jan 2021 13:20:51 +0000 Subject: [PATCH] ; * lisp/custom.el (defcustom): Fix last change. --- lisp/custom.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/custom.el b/lisp/custom.el index bc155d32dd0..0c82df9b45e 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -237,8 +237,8 @@ The following keywords are meaningful: :type VALUE should be a widget type for editing the symbol's value. Every `defcustom' should specify a value for this keyword. - See `(elisp) Customization Types' for a list of base types - and useful composite types. + See Info node `(elisp) Customization Types' for a list of + base types and useful composite types. :options VALUE should be a list of valid members of the widget type. :initialize VALUE should be a function used to initialize the -- 2.39.5