From: Richard M. Stallman Date: Fri, 18 Jul 1997 18:59:20 +0000 (+0000) Subject: (custom-group-value-create) : Don't distinguish X-Git-Tag: emacs-20.1~1090 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df816618ed2ad87e16adba399e523c6c48607eac;p=emacs.git (custom-group-value-create) : Don't distinguish unloaded groups; use [+] for them. (customize-browse): Fix top-of-buffer doc text. --- 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")