diff options
| -rw-r--r-- | lisp/cus-edit.el | 4 |
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 "\ |
| 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") |
| @@ -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") |