changeset 18856:03eeb83520d8

(custom-group-value-create) <tree>: Don't distinguish unloaded groups; use [+] for them. (customize-browse): Fix top-of-buffer doc text.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Jul 1997 18:59:20 +0000
parents 915f558fc1ce
children aaecd0858bb0
files lisp/cus-edit.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Fri Jul 18 18:55:36 1997 +0000
+++ b/lisp/cus-edit.el	Fri Jul 18 18:59:20 1997 +0000
@@ -1130,7 +1130,7 @@
     (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 @@
 	   (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")