mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Spelling fixes.
This commit is contained in:
parent
7430c2a179
commit
5396468298
110 changed files with 160 additions and 163 deletions
|
|
@ -430,7 +430,7 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
|
|||
;; Conflict
|
||||
(and
|
||||
(cvs-match (concat "C \\(.*" qfile "\\)$") (path 1) (type 'CONFLICT))
|
||||
;; C might be followed by a "suprious" U for non-mergeable files
|
||||
;; C might be followed by a "spurious" U for non-mergable files
|
||||
(cvs-or (cvs-match (concat "U \\(.*" qfile "\\)$")) t))
|
||||
;; Successful merge
|
||||
(cvs-match (concat "M \\(.*" qfile "\\)$") (path 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue