summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2007-08-01 01:17:51 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2007-08-01 01:17:51 +0000
commitd84fcc304f91c9a201ded5cc87342014e881d51b (patch)
tree850c3729f3f1583748094bd4ee9c5c40f88b2302 /lisp/cus-edit.el
parent47968e06dabbd4d8f77036cb9cf5d633d728d241 (diff)
downloademacs-d84fcc304f91c9a201ded5cc87342014e881d51b.tar.gz
emacs-d84fcc304f91c9a201ded5cc87342014e881d51b.tar.bz2
emacs-d84fcc304f91c9a201ded5cc87342014e881d51b.zip
Fix parent groups link
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 ff86711e041..78b402c9c0a 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -3878,7 +3878,7 @@ If GROUPS-ONLY non-nil, return only those members that are groups."
;;; was made to display a group.
(when (eq level 1)
(if (custom-add-parent-links widget
- "Parent group:")
+ "Parent groups:")
(insert "\n"))))
;; Create level indicator.
(insert-char ?\ (* custom-buffer-indent (1- level)))
@@ -4480,7 +4480,7 @@ If several parents are listed, go to the first of them."
(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)))))