comparison lisp/cus-edit.el @ 23357:856a82c440fa

(Custom-mode-menu): Fix info node name. (customize group): Fix info node name.
author Karl Heuer <kwzh@gnu.org>
date Wed, 30 Sep 1998 19:20:04 +0000
parents da40016c8767
children a4dd6e536bc1
comparison
equal deleted inserted replaced
23356:a05ab8915917 23357:856a82c440fa
246 "Code local to your site." 246 "Code local to your site."
247 :group 'emacs) 247 :group 'emacs)
248 248
249 (defgroup customize '((widgets custom-group)) 249 (defgroup customize '((widgets custom-group))
250 "Customization of the Customization support." 250 "Customization of the Customization support."
251 :link '(custom-manual "(custom)Top") 251 :link '(custom-manual "(elisp)Customization")
252 :link '(url-link :tag "Development Page" 252 :link '(url-link :tag "Development Page"
253 "http://www.dina.kvl.dk/~abraham/custom/") 253 "http://www.dina.kvl.dk/~abraham/custom/")
254 :prefix "custom-" 254 :prefix "custom-"
255 :group 'help) 255 :group 'help)
256 256
3335 ["Set" Custom-set t] 3335 ["Set" Custom-set t]
3336 ["Save" Custom-save t] 3336 ["Save" Custom-save t]
3337 ["Reset to Current" Custom-reset-current t] 3337 ["Reset to Current" Custom-reset-current t]
3338 ["Reset to Saved" Custom-reset-saved t] 3338 ["Reset to Saved" Custom-reset-saved t]
3339 ["Reset to Standard Settings" Custom-reset-standard t] 3339 ["Reset to Standard Settings" Custom-reset-standard t]
3340 ["Info" (Info-goto-node "(custom)The Customization Buffer") t])) 3340 ["Info" (Info-goto-node "(emacs)Easy Customization") t]))
3341 3341
3342 (defun Custom-goto-parent () 3342 (defun Custom-goto-parent ()
3343 "Go to the parent group listed at the top of this buffer. 3343 "Go to the parent group listed at the top of this buffer.
3344 If several parents are listed, go to the first of them." 3344 If several parents are listed, go to the first of them."
3345 (interactive) 3345 (interactive)