aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-26 18:30:07 +0200
committerEli Zaretskii2015-12-26 18:30:07 +0200
commitdd86e5a227b4ec44d7002885e843417ec9f3421f (patch)
tree5fcad14efaa117cb82dd620e850ddedf25f5a386 /doc
parent42ae568b3d187a42ead03d880efda076615e0d3a (diff)
downloademacs-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.texi11
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
1298current window with that in the next window. (For more information 1298current window with that in the window that was the selected window
1299about windows in Emacs, @ref{Windows}.) Comparison starts at point in 1299before you selected the current one. (For more information about
1300each window, after pushing each initial point value on the mark ring 1300windows in Emacs, @ref{Windows}.) Comparison starts at point in each
1301in its respective buffer. Then it moves point forward in each window, 1301window, after pushing each initial point value on the mark ring in its
1302one character at a time, until it reaches characters that don't match. 1302respective buffer. Then it moves point forward in each window, one
1303character at a time, until it reaches characters that don't match.
1303Then the command exits. 1304Then 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