comparison lisp/cus-edit.el @ 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 82c80b23fa9d
children 904dcdbb8576
comparison
equal deleted inserted replaced
18855:915f558fc1ce 18856:03eeb83520d8
1128 (switch-to-buffer (get-buffer-create name))) 1128 (switch-to-buffer (get-buffer-create name)))
1129 (custom-mode) 1129 (custom-mode)
1130 (widget-insert "\ 1130 (widget-insert "\
1131 Square brackets show active fields; type RET or click mouse-1 1131 Square brackets show active fields; type RET or click mouse-1
1132 on an active field to invoke its action. 1132 on an active field to invoke its action.
1133 Invoke [+] or [?] below to expand items, and [-] to collapse items.\n") 1133 Invoke [+] 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 "\
1136 Invoke the [Group] button below to edit that item in another window.\n\n") 1136 Invoke the [Group] button below to edit that item in another window.\n\n")
1137 (widget-insert "Invoke the ") 1137 (widget-insert "Invoke the ")
1138 (widget-create 'item 1138 (widget-create 'item
2564 (custom-unloaded-widget-p widget))) 2564 (custom-unloaded-widget-p widget)))
2565 (custom-browse-insert-prefix prefix) 2565 (custom-browse-insert-prefix prefix)
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")
2573 (push (widget-create-child-and-convert 2573 (push (widget-create-child-and-convert
2574 widget 'custom-browse-group-tag) 2574 widget 'custom-browse-group-tag)