summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-18 18:59:20 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-18 18:59:20 +0000
commitb5c079c88303a2d71969af3f5ee2d53eae79c595 (patch)
tree215b4f228ab432dcd2c97063bdcf6e665342684d /lisp/cus-edit.el
parentba66281f1d905b5f53202494139e0f25fba8c08c (diff)
downloademacs-b5c079c88303a2d71969af3f5ee2d53eae79c595.tar.gz
(custom-group-value-create) <tree>: Don't distinguish
unloaded groups; use [+] for them. (customize-browse): Fix top-of-buffer doc text.
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 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."
(widget-insert "\
Square brackets show active fields; type RET or click mouse-1
on an active field to invoke its action.
-Invoke [+] or [?] below to expand items, and [-] to collapse items.\n")
+Invoke [+] below to expand a group, and [-] to collapse an expanded group.\n")
(if custom-browse-only-groups
(widget-insert "\
Invoke 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
(push (widget-create-child-and-convert
widget 'custom-browse-visibility
;; :tag-glyph "plus"
- :tag (if (custom-unloaded-widget-p widget) "?" "+"))
+ :tag "+")
buttons)
(insert "-- ")
;; (widget-glyph-insert nil "-- " "horizontal")