# HG changeset patch # User Karl Heuer # Date 907183204 0 # Node ID 856a82c440faa9fce144952a7dd39e06610f4e56 # Parent a05ab891591705e848300b1f3f7f18179db53b0b (Custom-mode-menu): Fix info node name. (customize group): Fix info node name. diff -r a05ab8915917 -r 856a82c440fa lisp/cus-edit.el --- a/lisp/cus-edit.el Wed Sep 30 19:16:47 1998 +0000 +++ b/lisp/cus-edit.el Wed Sep 30 19:20:04 1998 +0000 @@ -248,7 +248,7 @@ (defgroup customize '((widgets custom-group)) "Customization of the Customization support." - :link '(custom-manual "(custom)Top") + :link '(custom-manual "(elisp)Customization") :link '(url-link :tag "Development Page" "http://www.dina.kvl.dk/~abraham/custom/") :prefix "custom-" @@ -3337,7 +3337,7 @@ ["Reset to Current" Custom-reset-current t] ["Reset to Saved" Custom-reset-saved t] ["Reset to Standard Settings" Custom-reset-standard t] - ["Info" (Info-goto-node "(custom)The Customization Buffer") t])) + ["Info" (Info-goto-node "(emacs)Easy Customization") t])) (defun Custom-goto-parent () "Go to the parent group listed at the top of this buffer.