Mercurial > emacs
comparison man/ediff.texi @ 46918:82d113655734
Minor spelling and grammar corrections.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Fri, 16 Aug 2002 06:29:40 +0000 |
parents | a1448e19a9f8 |
children | 0a70200bde27 |
comparison
equal
deleted
inserted
replaced
46917:7f23d458e897 | 46918:82d113655734 |
---|---|
260 Note that @code{ediff-patch-file} will actually use the @code{patch} | 260 Note that @code{ediff-patch-file} will actually use the @code{patch} |
261 utility to change the original files on disk. This is not that | 261 utility to change the original files on disk. This is not that |
262 dangerous, since you will always have the original contents of the file | 262 dangerous, since you will always have the original contents of the file |
263 saved in another file that has the extension @file{.orig}. | 263 saved in another file that has the extension @file{.orig}. |
264 Furthermore, if the file is under version control, then you can always back | 264 Furthermore, if the file is under version control, then you can always back |
265 out to one of the previous versions (see the section on Version Countrol in | 265 out to one of the previous versions (see the section on Version Control in |
266 Emacs manual). | 266 the Emacs manual). |
267 | 267 |
268 @code{ediff-patch-file} is careful about versions control: if the file | 268 @code{ediff-patch-file} is careful about versions control: if the file |
269 to be patched is checked in, then Ediff will offer to check it out, because | 269 to be patched is checked in, then Ediff will offer to check it out, because |
270 failing to do so may result in the loss of the changes when the file is | 270 failing to do so may result in the loss of the changes when the file is |
271 checked out the next time. | 271 checked out the next time. |
895 reduce the risk of developing a cataract. | 895 reduce the risk of developing a cataract. |
896 | 896 |
897 In other situations, the currently highlighted region might be big and you | 897 In other situations, the currently highlighted region might be big and you |
898 might want to reconcile of them interactively. | 898 might want to reconcile of them interactively. |
899 | 899 |
900 All of this can be done with the above comand, @kbd{=}, which | 900 All of this can be done with the above command, @kbd{=}, which |
901 compares regions within Ediff buffers. Typing @kbd{=} creates a | 901 compares regions within Ediff buffers. Typing @kbd{=} creates a |
902 child Ediff session for comparing regions in buffers A, B, or | 902 child Ediff session for comparing regions in buffers A, B, or |
903 C as follows. | 903 C as follows. |
904 | 904 |
905 First, you will be asked whether you want to compare the fine differences | 905 First, you will be asked whether you want to compare the fine differences |