mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
* vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
This commit is contained in:
parent
2785d02431
commit
d031f2c7b7
@ -1,3 +1,7 @@
|
||||
2011-12-22 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
|
||||
|
||||
2011-12-21 Drew Adams <drew.adams@oracle.com>
|
||||
|
||||
* files.el (file-remote-p): Fix docstring. (Bug#10319)
|
||||
|
@ -114,9 +114,9 @@ Otherwise, not displayed."
|
||||
:group 'vc)
|
||||
|
||||
(defcustom vc-keep-workfiles t
|
||||
"If non-nil, don't delete working files after registering changes.
|
||||
If the back-end is CVS, workfiles are always kept, regardless of the
|
||||
value of this flag."
|
||||
"Whether to keep work files on disk after commits, on a locking VCS.
|
||||
This variable has no effect on modern merging-based version
|
||||
control systems."
|
||||
:type 'boolean
|
||||
:group 'vc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user