aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
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 @@
243 243
244(defgroup customize '((widgets custom-group)) 244(defgroup customize '((widgets custom-group))
245 "Customization of the Customization support." 245 "Customization of the Customization support."
246 :link '(custom-manual "(elisp)Customization") 246 :link '(custom-manual "(emacs)Easy Customization")
247 :prefix "custom-" 247 :prefix "custom-"
248 :group 'help) 248 :group 'help)
249 249