From: Pavel Janík Date: Tue, 11 Dec 2001 07:35:18 +0000 (+0000) Subject: (vc-default-make-version-backups-p): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17788 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9aa10a435652038a03de58378dfd8b295a3a2656;p=emacs.git (vc-default-make-version-backups-p): Doc fix. --- 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)