From e2ed433103e2ef2903f8bbf10000d894d2306905 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Jan 2005 23:41:51 +0000 Subject: [PATCH] (customize): Make :link point to user doc. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 7b427357981..055772f418a 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -243,7 +243,7 @@ (defgroup customize '((widgets custom-group)) "Customization of the Customization support." - :link '(custom-manual "(elisp)Customization") + :link '(custom-manual "(emacs)Easy Customization") :prefix "custom-" :group 'help) -- 2.39.5