aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorStefan Kangas2022-11-18 15:48:22 +0100
committerStefan Kangas2022-11-18 16:02:19 +0100
commitba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch)
treeaee24e35b156969e2450699b3d02621bcec3375e /lisp/vc
parentc116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff)
downloademacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz
emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip
; Fix typos
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/add-log.el2
-rw-r--r--lisp/vc/ediff-util.el2
-rw-r--r--lisp/vc/vc-dav.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el
index e3c0e2ca06d..a1d6152ee21 100644
--- a/lisp/vc/add-log.el
+++ b/lisp/vc/add-log.el
@@ -1188,7 +1188,7 @@ file were isearch was started."
1188 ((and wrap (null file)) 1188 ((and wrap (null file))
1189 (current-buffer)) 1189 (current-buffer))
1190 ;; When there is no next file, file-exists-p raises the error to be 1190 ;; When there is no next file, file-exists-p raises the error to be
1191 ;; catched by the search function that displays the error message. 1191 ;; caught by the search function that displays the error message.
1192 ((file-exists-p file) 1192 ((file-exists-p file)
1193 (find-file-noselect file)) 1193 (find-file-noselect file))
1194 (t 1194 (t
diff --git a/lisp/vc/ediff-util.el b/lisp/vc/ediff-util.el
index 0d96a195ade..f4068832215 100644
--- a/lisp/vc/ediff-util.el
+++ b/lisp/vc/ediff-util.el
@@ -1748,7 +1748,7 @@ With a prefix argument ARG, go back that many differences."
1748 regexp-skip 1748 regexp-skip
1749 ;; skip clashes, if necessary 1749 ;; skip clashes, if necessary
1750 non-clash-skip 1750 non-clash-skip
1751 ;; skipp changed regions 1751 ;; skip changed regions
1752 skip-changed 1752 skip-changed
1753 ;; skip difference regions that differ in white space 1753 ;; skip difference regions that differ in white space
1754 (and ediff-ignore-similar-regions 1754 (and ediff-ignore-similar-regions
diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el
index 94621599e4a..1cd91c9f543 100644
--- a/lisp/vc/vc-dav.el
+++ b/lisp/vc/vc-dav.el
@@ -93,7 +93,7 @@ If EDITABLE is non-nil URL should be writable by the user and if
93locking is used for URL, a lock should also be set. 93locking is used for URL, a lock should also be set.
94 94
95If REV is non-nil, that is the revision to check out. If REV is the 95If REV is non-nil, that is the revision to check out. If REV is the
96empty string, that means to check ou tht ehead of the trunk. 96empty string, that means to check out the head of the trunk.
97 97
98If optional arg DESTFILE is given, it is an alternate filename to 98If optional arg DESTFILE is given, it is an alternate filename to
99write the contents to." 99write the contents to."