diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/vc-hooks.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 6ddba1a4a3b..7a59ccc9f0f 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el | |||
| @@ -58,7 +58,8 @@ to use --brief and sets this variable to remember whether it worked.") | |||
| 58 | vc-find-cvs-master) | 58 | vc-find-cvs-master) |
| 59 | "*Where to look for version-control master files. | 59 | "*Where to look for version-control master files. |
| 60 | The first pair corresponding to a given back end is used as a template | 60 | The first pair corresponding to a given back end is used as a template |
| 61 | when creating new masters.") | 61 | when creating new masters. |
| 62 | Setting this variable to nil turns off use of VC entirely.") | ||
| 62 | 63 | ||
| 63 | (defvar vc-make-backup-files nil | 64 | (defvar vc-make-backup-files nil |
| 64 | "*If non-nil, backups of registered files are made as with other files. | 65 | "*If non-nil, backups of registered files are made as with other files. |