aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/files.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/files.texi b/man/files.texi
index 4e467878949..c1f32bcf7ad 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -2923,8 +2923,10 @@ window with that in the next window. Comparison starts at point in each
2923window, and each starting position is pushed on the mark ring in its 2923window, and each starting position is pushed on the mark ring in its
2924respective buffer. Then point moves forward in each window, a character 2924respective buffer. Then point moves forward in each window, a character
2925at a time, until a mismatch between the two windows is reached. Then 2925at a time, until a mismatch between the two windows is reached. Then
2926the command is finished. For more information about windows in Emacs, 2926the command is finished. Another invocation of this command with
2927@ref{Windows}. 2927points on mismatching positions tries to skip non-matching text and
2928move points forward, until a match between the two windows is reached.
2929For more information about windows in Emacs, @ref{Windows}.
2928 2930
2929@vindex compare-ignore-case 2931@vindex compare-ignore-case
2930@vindex compare-ignore-whitespace 2932@vindex compare-ignore-whitespace