From: Dave Love Date: Thu, 10 Sep 1998 21:50:05 +0000 (+0000) Subject: (vc-insert-headers): Doc fix. X-Git-Tag: emacs-20.4~1714 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b524ce9fc531a9d66930f83ec5d6fa504a327c7b;p=emacs.git (vc-insert-headers): Doc fix. --- diff --git a/lisp/vc.el b/lisp/vc.el index eadd64fe91e..5b4309ad26e 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Maintainer: Andre Spiegel -;; $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 @@ If `F.~REV~' already exists, it is used instead of being re-created." ;;;###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)