(Custom-mode-menu): Fix info node name.
authorKarl Heuer <kwzh@gnu.org>
Wed, 30 Sep 1998 19:20:04 +0000 (19:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 30 Sep 1998 19:20:04 +0000 (19:20 +0000)
(customize group): Fix info node name.

lisp/cus-edit.el

index 5678b05..b6c60a4 100644 (file)
 
 (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 @@ The format is suitable for use with `easy-menu-define'."
     ["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.