]> git.eshelyaron.com Git - emacs.git/commitdiff
(customize): Make :link point to user doc.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 2005 23:41:51 +0000 (23:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 2005 23:41:51 +0000 (23:41 +0000)
lisp/cus-edit.el

index 7b42735798143220e22224e342ee0440259fc871..055772f418addfe90e7c17333f24510c9789fbb3 100644 (file)
 
 (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)