]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-default-make-version-backups-p): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 07:35:18 +0000 (07:35 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 07:35:18 +0000 (07:35 +0000)
lisp/vc-hooks.el

index 8b2eecf4b2633da95fcff8779d4adcd1b729626e..5141ed3cf1ca560ae2bdc26d094eca762f0608a7 100644 (file)
@@ -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)