:type 'file
:group 'save-place)
-(defcustom save-place-version-control 'nospecial
+(defcustom save-place-version-control nil
"*Controls whether to make numbered backups of master save-place file.
It can have four values: t, nil, `never', and `nospecial'. The first
three have the same meaning that they do for the variable
:type '(radio (const :tag "Unconditionally" t)
(const :tag "For VC Files" nil)
(const never)
- (const :tag "Use value of version-control" nospecial))
+ (const :tag "Use value of `version-control'" nospecial))
:group 'save-place)
(defvar save-place-loaded nil