From: Juanma Barranquero Date: Wed, 16 Oct 2002 06:27:34 +0000 (+0000) Subject: (vc-insert-file): Fix typo. X-Git-Tag: emacs-pretest-21.2.92~45 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3819a26cc0104cb3df29b2bcdc74e3bbc75925f9;p=emacs.git (vc-insert-file): Fix typo. --- diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 7d2da891750..537a1536bef 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-hooks.el,v 1.134.4.3 2002/07/20 17:24:56 spiegel Exp $ +;; $Id: vc-hooks.el,v 1.134.4.4 2002/10/15 18:46:17 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -216,7 +216,7 @@ It is usually called via the `vc-call' macro." Optional argument LIMIT is a regexp. If present, the file is inserted in chunks of size BLOCKSIZE (default 8 kByte), until the first -occurrence of LIMIT is found. Anything from the start of that occurence +occurrence of LIMIT is found. Anything from the start of that occurrence to the end of the buffer is then deleted. The function returns non-nil if FILE exists and its contents were successfully inserted." (erase-buffer)