summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-09-30 19:20:04 +0000
committerKarl Heuer <kwzh@gnu.org>1998-09-30 19:20:04 +0000
commit2a1c4b9034d07d3e939714e8dc7c1fc4523bb941 (patch)
tree248be821ff44b07715083556f7d0618f897cda96 /lisp/cus-edit.el
parentc051dfe5ce67c214692b6e55b647eeabcaf5115f (diff)
downloademacs-2a1c4b9034d07d3e939714e8dc7c1fc4523bb941.tar.gz
(Custom-mode-menu): Fix info node name.
(customize group): Fix info node name.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el4
1 files 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.