(custom-buffer-create-internal): Refer to the Emacs manual.
(require 'easymenu)
(eval-when-compile (require 'cl))
+(or (fboundp 'custom-face-display-set)
+ (defalias 'custom-face-display-set 'face-spec-set))
+
(condition-case nil
(require 'cus-load)
(error nil))
(widget-create 'info-link
:tag "help"
:help-echo "Read the online help."
- "(custom)The Customization Buffer")
+ "(emacs)Easy Customization")
(widget-insert " for more information.\n\n")
(setq custom-options
(if (= (length options) 1)