diff options
author | Dave Love <fx@gnu.org> | 1998-09-10 21:50:05 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1998-09-10 21:50:05 +0000 |
commit | b524ce9fc531a9d66930f83ec5d6fa504a327c7b (patch) | |
tree | 7065ed27a0c59a4e5f203dd7998c9d5f389f8e51 /lisp/vc.el | |
parent | 59e7a637383160a8627362e726249e1a692998eb (diff) | |
download | emacs-b524ce9fc531a9d66930f83ec5d6fa504a327c7b.tar.gz |
(vc-insert-headers): Doc fix.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r-- | lisp/vc.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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 @@ 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) |