diff options
| author | Eli Zaretskii | 2015-12-26 18:30:07 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-26 18:30:07 +0200 |
| commit | dd86e5a227b4ec44d7002885e843417ec9f3421f (patch) | |
| tree | 5fcad14efaa117cb82dd620e850ddedf25f5a386 /doc | |
| parent | 42ae568b3d187a42ead03d880efda076615e0d3a (diff) | |
| download | emacs-dd86e5a227b4ec44d7002885e843417ec9f3421f.tar.gz emacs-dd86e5a227b4ec44d7002885e843417ec9f3421f.zip | |
Document changes in 'compare-windows'
* lisp/vc/compare-w.el (compare-windows-removed)
(compare-windows-added): Doc fix.
* doc/emacs/files.texi (Comparing Files): Document the changes in
window selection by 'compare-windows'.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/files.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 5752d02fe85..4f7596e058c 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1295,11 +1295,12 @@ would make to the file if you save the buffer. | |||
| 1295 | 1295 | ||
| 1296 | @findex compare-windows | 1296 | @findex compare-windows |
| 1297 | The command @kbd{M-x compare-windows} compares the text in the | 1297 | The command @kbd{M-x compare-windows} compares the text in the |
| 1298 | current window with that in the next window. (For more information | 1298 | current window with that in the window that was the selected window |
| 1299 | about windows in Emacs, @ref{Windows}.) Comparison starts at point in | 1299 | before you selected the current one. (For more information about |
| 1300 | each window, after pushing each initial point value on the mark ring | 1300 | windows in Emacs, @ref{Windows}.) Comparison starts at point in each |
| 1301 | in its respective buffer. Then it moves point forward in each window, | 1301 | window, after pushing each initial point value on the mark ring in its |
| 1302 | one character at a time, until it reaches characters that don't match. | 1302 | respective buffer. Then it moves point forward in each window, one |
| 1303 | character at a time, until it reaches characters that don't match. | ||
| 1303 | Then the command exits. | 1304 | Then the command exits. |
| 1304 | 1305 | ||
| 1305 | If point in the two windows is followed by non-matching text when | 1306 | If point in the two windows is followed by non-matching text when |