aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2011-12-22 18:16:45 +0800
committerChong Yidong2011-12-22 18:16:45 +0800
commitd031f2c7b72ba418abc4bc9622a25bd4fa7d8a6c (patch)
tree6c8f6098362c7d3933803937dc20b4f39c20921a
parent2785d02431f6f90b5013e490f9ad5c21dd51f6de (diff)
downloademacs-d031f2c7b72ba418abc4bc9622a25bd4fa7d8a6c.tar.gz
emacs-d031f2c7b72ba418abc4bc9622a25bd4fa7d8a6c.zip
* vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc/vc-hooks.el6
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2cf35375245..0ecab2b569c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-12-22 Chong Yidong <cyd@gnu.org>
2
3 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
4
12011-12-21 Drew Adams <drew.adams@oracle.com> 52011-12-21 Drew Adams <drew.adams@oracle.com>
2 6
3 * files.el (file-remote-p): Fix docstring. (Bug#10319) 7 * files.el (file-remote-p): Fix docstring. (Bug#10319)
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.
118If the back-end is CVS, workfiles are always kept, regardless of the 118This variable has no effect on modern merging-based version
119value of this flag." 119control systems."
120 :type 'boolean 120 :type 'boolean
121 :group 'vc) 121 :group 'vc)
122 122