diff options
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/vc-hooks.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 148f6cde930..c9e30772318 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el | |||
| @@ -114,9 +114,9 @@ Otherwise, not displayed." | |||
| 114 | :group 'vc) | 114 | :group 'vc) |
| 115 | 115 | ||
| 116 | (defcustom vc-keep-workfiles t | 116 | (defcustom vc-keep-workfiles t |
| 117 | "If non-nil, don't delete working files after registering changes. | 117 | "Whether to keep work files on disk after commits, on a locking VCS. |
| 118 | If the back-end is CVS, workfiles are always kept, regardless of the | 118 | This variable has no effect on modern merging-based version |
| 119 | value of this flag." | 119 | control systems." |
| 120 | :type 'boolean | 120 | :type 'boolean |
| 121 | :group 'vc) | 121 | :group 'vc) |
| 122 | 122 | ||