aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorStefan Kangas2022-12-01 16:36:09 +0100
committerStefan Kangas2022-12-01 16:36:09 +0100
commit70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch)
tree27d9ebd0090f107cb4381b8155e08097c988a471 /lisp/vc
parenta86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff)
downloademacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz
emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc-rcs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el
index c41835e19f2..bf1d847f1a4 100644
--- a/lisp/vc/vc-rcs.el
+++ b/lisp/vc/vc-rcs.el
@@ -683,11 +683,11 @@ Optional arg REVISION is a revision to annotate from."
683 ;; *BEFORE* editing occurs) to start from, but line numbers 683 ;; *BEFORE* editing occurs) to start from, but line numbers
684 ;; change as a result of edits. To DTRT, we apply edits in 684 ;; change as a result of edits. To DTRT, we apply edits in
685 ;; order of descending buffer position so that edits further 685 ;; order of descending buffer position so that edits further
686 ;; down in the buffer occur first w/o corrupting specified 686 ;; down in the buffer occur first without corrupting specified
687 ;; buffer positions of edits occurring towards the beginning of 687 ;; buffer positions of edits occurring towards the beginning of
688 ;; the buffer. In this way we avoid using markers. A pleasant 688 ;; the buffer. In this way we avoid using markers. A pleasant
689 ;; property of this approach is ability to push instructions 689 ;; property of this approach is ability to push instructions
690 ;; onto `path' directly, w/o need to maintain rev boundaries. 690 ;; onto `path' directly, without need to maintain rev boundaries.
691 (dolist (insn (cdr (assq :insn meta))) 691 (dolist (insn (cdr (assq :insn meta)))
692 (goto-char (point-min)) 692 (goto-char (point-min))
693 (forward-line (1- (pop insn))) 693 (forward-line (1- (pop insn)))