diff options
| -rw-r--r-- | lisp/vc/vc-filewise.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 24 | ;;; Commentary: | 24 | ;;; Commentary: |
| 25 | 25 | ||
| 26 | ;; Common functions for file-oriented back ends - SCCS, RCS, SRC, CVS | 26 | ;; Common functions for file-oriented back ends - SCCS, RCS, SRC, CVS |
| 27 | ;; | 27 | ;; |
| 28 | ;; The main purpose of this file is so none od this code jas to like | 28 | ;; The main purpose of this file is so none of this code has to live |
| 29 | ;; in the always-resident vc-hooks. A secondary purpose is to remove | 29 | ;; in the always-resident vc-hooks. A secondary purpose is to remove |
| 30 | ;; code specific to this class of back ends from vc.el. | 30 | ;; code specific to this class of back ends from vc.el. |
| 31 | 31 | ||