From 2a1c4b9034d07d3e939714e8dc7c1fc4523bb941 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 30 Sep 1998 19:20:04 +0000 Subject: [PATCH] (Custom-mode-menu): Fix info node name. (customize group): Fix info node name. --- lisp/cus-edit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 5678b05431a..b6c60a4129c 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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 @@ 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. -- 2.39.2