changeset 23235:7f3fdbb83988

(vc-insert-headers): Doc fix.
author Dave Love <fx@gnu.org>
date Thu, 10 Sep 1998 21:50:05 +0000
parents b0e173658e2e
children d8013246bf0d
files lisp/vc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Thu Sep 10 16:07:02 1998 +0000
+++ b/lisp/vc.el	Thu Sep 10 21:50:05 1998 +0000
@@ -5,7 +5,7 @@
 ;; Author:     Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
 
-;; $Id: vc.el,v 1.235 1998/07/09 03:24:06 rms Exp spiegel $
+;; $Id: vc.el,v 1.236 1998/08/04 13:14:41 spiegel Exp fx $
 
 ;; This file is part of GNU Emacs.
 
@@ -1439,7 +1439,7 @@
 ;;;###autoload
 (defun vc-insert-headers ()
   "Insert headers in a file for use with your version-control system.
-Headers desired are inserted at the start of the buffer, and are pulled from
+Headers desired are inserted at point, and are pulled from
 the variable `vc-header-alist'."
   (interactive)
   (vc-ensure-vc-buffer)