From: Richard M. Stallman Date: Tue, 4 Jan 2005 23:41:51 +0000 (+0000) Subject: (customize): Make :link point to user doc. X-Git-Tag: ttn-vms-21-2-B4~2917 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2ed433103e2ef2903f8bbf10000d894d2306905;p=emacs.git (customize): Make :link point to user doc. --- 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)