# HG changeset patch # User Richard M. Stallman # Date 1104882111 0 # Node ID 6c0affadd4d44c683c9ea8f3e51537e6c99482d6 # Parent 9120644ff426f77daabe98488788a9222292f26a (customize): Make :link point to user doc. diff -r 9120644ff426 -r 6c0affadd4d4 lisp/cus-edit.el --- a/lisp/cus-edit.el Tue Jan 04 21:15:09 2005 +0000 +++ b/lisp/cus-edit.el Tue Jan 04 23:41:51 2005 +0000 @@ -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)