summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-11 07:35:18 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-11 07:35:18 +0000
commit9aa10a435652038a03de58378dfd8b295a3a2656 (patch)
tree8290a6870ad1f230a8e1c81c4a7965e94dc2c0bd /lisp/vc-hooks.el
parent03eeb110b307b9cd27db2e9da0ff05e23c6e4663 (diff)
downloademacs-9aa10a435652038a03de58378dfd8b295a3a2656.tar.gz
(vc-default-make-version-backups-p): Doc fix.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 8b2eecf4b26..5141ed3cf1c 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-hooks.el,v 1.134 2001/09/24 16:36:14 monnier Exp $
+;; $Id: vc-hooks.el,v 1.135 2001/11/09 14:58:21 spiegel Exp $
;; This file is part of GNU Emacs.
@@ -463,8 +463,8 @@ to do that, use this command a second time with no argument."
(define-key global-map "\C-x\C-q" 'vc-toggle-read-only)
(defun vc-default-make-version-backups-p (backend file)
- "Return non-nil if unmodified repository versions should
-be backed up locally. The default is to switch off this feature."
+ "Return non-nil if unmodified repository versions should be backed up locally.
+The default is to switch off this feature."
nil)
(defun vc-version-backup-file-name (file &optional rev manual regexp)