| (defcustom version-control nil | "*Control use of version numbers for backup files. | t means make numeric backup versions unconditionally. | nil means make them for files that have some already. | `never' means do not make them." | :type '(choice (const :tag "Never" never) | (const :tag "If existing" nil) | (other :tag "Always" t)) `----
i.e. user sees only tag names while customizing, not the actual or choosen values. Why do you think this is a problem? The user sees three options, each clearly described. _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug