diff options
| -rw-r--r-- | lisp/saveplace.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/saveplace.el b/lisp/saveplace.el index d3ad772b8a6..b3d3a24a2f5 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el | |||
| @@ -72,7 +72,7 @@ simply put this in your `~/.emacs' file: | |||
| 72 | :type 'file | 72 | :type 'file |
| 73 | :group 'save-place) | 73 | :group 'save-place) |
| 74 | 74 | ||
| 75 | (defcustom save-place-version-control 'nospecial | 75 | (defcustom save-place-version-control nil |
| 76 | "*Controls whether to make numbered backups of master save-place file. | 76 | "*Controls whether to make numbered backups of master save-place file. |
| 77 | It can have four values: t, nil, `never', and `nospecial'. The first | 77 | It can have four values: t, nil, `never', and `nospecial'. The first |
| 78 | three have the same meaning that they do for the variable | 78 | three have the same meaning that they do for the variable |
| @@ -81,7 +81,7 @@ value of `version-control'." | |||
| 81 | :type '(radio (const :tag "Unconditionally" t) | 81 | :type '(radio (const :tag "Unconditionally" t) |
| 82 | (const :tag "For VC Files" nil) | 82 | (const :tag "For VC Files" nil) |
| 83 | (const never) | 83 | (const never) |
| 84 | (const :tag "Use value of version-control" nospecial)) | 84 | (const :tag "Use value of `version-control'" nospecial)) |
| 85 | :group 'save-place) | 85 | :group 'save-place) |
| 86 | 86 | ||
| 87 | (defvar save-place-loaded nil | 87 | (defvar save-place-loaded nil |