changeset 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 a05ab8915917
children 3812bb3ae006
files lisp/cus-edit.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.