aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-01-04 23:41:51 +0000
committerRichard M. Stallman <[email protected]>2005-01-04 23:41:51 +0000
commite2ed433103e2ef2903f8bbf10000d894d2306905 (patch)
tree5283dbf1fa876d2b11100e7562d8f19c8a44797e /lisp
parent73a6a97294ddb173738541a1209690a9d9440154 (diff)
(customize): Make :link point to user doc.
Diffstat (limited to 'lisp')
-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 7b42735798..055772f418 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)