From 9aa10a435652038a03de58378dfd8b295a3a2656 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 11 Dec 2001 07:35:18 +0000 Subject: [PATCH] (vc-default-make-version-backups-p): Doc fix. --- lisp/vc-hooks.el | 6 +++--- 1 file 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 -;; $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) -- 2.39.5