emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106718: * vc/vc-hooks.el (vc-keep-wo


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106718: * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
Date: Thu, 22 Dec 2011 18:16:45 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106718
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2011-12-22 18:16:45 +0800
message:
  * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
modified:
  lisp/ChangeLog
  lisp/vc/vc-hooks.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-12-21 18:33:38 +0000
+++ b/lisp/ChangeLog    2011-12-22 10:16:45 +0000
@@ -1,3 +1,7 @@
+2011-12-22  Chong Yidong  <address@hidden>
+
+       * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
+
 2011-12-21  Drew Adams  <address@hidden>
 
        * files.el (file-remote-p): Fix docstring.  (Bug#10319)

=== modified file 'lisp/vc/vc-hooks.el'
--- a/lisp/vc/vc-hooks.el       2011-11-15 07:55:13 +0000
+++ b/lisp/vc/vc-hooks.el       2011-12-22 10:16:45 +0000
@@ -114,9 +114,9 @@
   :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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]