comparison lisp/cus-edit.el @ 59364:6c0affadd4d4

(customize): Make :link point to user doc.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Jan 2005 23:41:51 +0000
parents 45239c528a49
children 7e2ecc9fa098
comparison
equal deleted inserted replaced
59363:9120644ff426 59364:6c0affadd4d4
241 "Code local to your site." 241 "Code local to your site."
242 :group 'emacs) 242 :group 'emacs)
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
250 (defgroup custom-faces nil 250 (defgroup custom-faces nil
251 "Faces used by customize." 251 "Faces used by customize."