diff lisp/cus-edit.el @ 78377:8a9d5af6fdf2

Fix parent groups link
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Wed, 01 Aug 2007 01:18:37 +0000
parents 9355f9b7bbff
children ec3c22479e73
line wrap: on
line diff
--- a/lisp/cus-edit.el	Tue Jul 31 18:26:24 2007 +0000
+++ b/lisp/cus-edit.el	Wed Aug 01 01:18:37 2007 +0000
@@ -3935,7 +3935,7 @@
 		    ;;; was made to display a group.
 	       (when (eq level 1)
 		 (if (custom-add-parent-links widget
-					      "Go to parent group:")
+					      "Parent groups:")
 		     (insert "\n"))))
 	   ;; Create level indicator.
 	   (insert-char ?\  (* custom-buffer-indent (1- level)))
@@ -4531,7 +4531,7 @@
   (interactive)
   (save-excursion
     (goto-char (point-min))
-    (if (search-forward "\nGo to parent group: " nil t)
+    (if (search-forward "\nParent groups: " nil t)
 	(let* ((button (get-char-property (point) 'button))
 	       (parent (downcase (widget-get  button :tag))))
 	  (customize-group parent)))))