aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-18 18:59:20 +0000
committerRichard M. Stallman1997-07-18 18:59:20 +0000
commitdf816618ed2ad87e16adba399e523c6c48607eac (patch)
tree2849a871442479b2b83e74e16cef20ec8d9a86ef
parent5489c3d3fd7f35d08f16cdce9da3fd58ee047d85 (diff)
downloademacs-df816618ed2ad87e16adba399e523c6c48607eac.tar.gz
emacs-df816618ed2ad87e16adba399e523c6c48607eac.zip
(custom-group-value-create) <tree>: Don't distinguish
unloaded groups; use [+] for them. (customize-browse): Fix top-of-buffer doc text.
-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 1b3cebb6962..cbd736b90a1 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -1130,7 +1130,7 @@ Reset all values in this buffer to their standard settings."
1130 (widget-insert "\ 1130 (widget-insert "\
1131Square brackets show active fields; type RET or click mouse-1 1131Square brackets show active fields; type RET or click mouse-1
1132on an active field to invoke its action. 1132on an active field to invoke its action.
1133Invoke [+] or [?] below to expand items, and [-] to collapse items.\n") 1133Invoke [+] below to expand a group, and [-] to collapse an expanded group.\n")
1134 (if custom-browse-only-groups 1134 (if custom-browse-only-groups
1135 (widget-insert "\ 1135 (widget-insert "\
1136Invoke the [Group] button below to edit that item in another window.\n\n") 1136Invoke the [Group] button below to edit that item in another window.\n\n")
@@ -2566,7 +2566,7 @@ and so forth. The remaining group tags are shown with
2566 (push (widget-create-child-and-convert 2566 (push (widget-create-child-and-convert
2567 widget 'custom-browse-visibility 2567 widget 'custom-browse-visibility
2568 ;; :tag-glyph "plus" 2568 ;; :tag-glyph "plus"
2569 :tag (if (custom-unloaded-widget-p widget) "?" "+")) 2569 :tag "+")
2570 buttons) 2570 buttons)
2571 (insert "-- ") 2571 (insert "-- ")
2572 ;; (widget-glyph-insert nil "-- " "horizontal") 2572 ;; (widget-glyph-insert nil "-- " "horizontal")