From: Glenn Morris Date: Sat, 29 Nov 2014 21:38:29 +0000 (-0800) Subject: * lisp/vc/vc-filewise.el: Comment fixes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~300 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9402d80f259b1f3aee9a5ce5d70ea1ea390a2234;p=emacs.git * lisp/vc/vc-filewise.el: Comment fixes. --- diff --git a/lisp/vc/vc-filewise.el b/lisp/vc/vc-filewise.el index 4a05c9876b6..da8abc532fd 100644 --- a/lisp/vc/vc-filewise.el +++ b/lisp/vc/vc-filewise.el @@ -24,8 +24,8 @@ ;;; Commentary: ;; Common functions for file-oriented back ends - SCCS, RCS, SRC, CVS -;; -;; The main purpose of this file is so none od this code jas to like +;; +;; The main purpose of this file is so none of this code has to live ;; in the always-resident vc-hooks. A secondary purpose is to remove ;; code specific to this class of back ends from vc.el.