emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: version-control customization


From: Richard Stallman
Subject: Re: version-control customization
Date: Sat, 29 Jul 2006 19:34:15 -0400

    | (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]