summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-01-09 14:55:30 +0000
committerDave Love <fx@gnu.org>2001-01-09 14:55:30 +0000
commit8b7c899181413b8f0f769c5f85f8bd7b11111582 (patch)
treee0871b14d1f0bec8923521b683f8d89d326eb1f2
parentf0e7c067eb2d0354a16ec9f565c9dac7ed69260a (diff)
downloademacs-8b7c899181413b8f0f769c5f85f8bd7b11111582.tar.gz
(vc-sccs-header): Fix :type.
-rw-r--r--lisp/vc-sccs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el
index 0c353ebe646..c37c37e6475 100644
--- a/lisp/vc-sccs.el
+++ b/lisp/vc-sccs.el
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-sccs.el,v 1.5 2000/11/16 18:14:41 spiegel Exp $
+;; $Id: vc-sccs.el,v 1.6 2001/01/08 16:26:44 spiegel Exp $
;; This file is part of GNU Emacs.
@@ -46,7 +46,7 @@ A string or list of strings passed to the checkin program by
(defcustom vc-sccs-header (or (cdr (assoc 'SCCS vc-header-alist)) '("%W%"))
"*Header keywords to be inserted by `vc-insert-headers'."
- :type 'string
+ :type '(repeat string)
:group 'vc)
;;;###autoload