diff options
| author | Philipp Stephani | 2022-02-18 18:53:49 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2022-02-18 18:53:49 +0100 |
| commit | 57c112cfe59e68eb31185ac15cde699dcc72db45 (patch) | |
| tree | fe18923b9ff1685078ac2bc39b484c648db79063 | |
| parent | bdeac2d5afbc6cea9290e9f026cf9ac90c229190 (diff) | |
| download | emacs-57c112cfe59e68eb31185ac15cde699dcc72db45.tar.gz emacs-57c112cfe59e68eb31185ac15cde699dcc72db45.zip | |
; * doc/emacs/files.texi (Comparing Files): Fix a reference.
| -rw-r--r-- | doc/emacs/files.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 3c62be677ee..13c0e6d3144 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1467,8 +1467,8 @@ specified buffers. | |||
| 1467 | The command @kbd{M-x compare-windows} compares the text in the | 1467 | The command @kbd{M-x compare-windows} compares the text in the |
| 1468 | current window with that in the window that was the selected window | 1468 | current window with that in the window that was the selected window |
| 1469 | before you selected the current one. (For more information about | 1469 | before you selected the current one. (For more information about |
| 1470 | windows in Emacs, @ref{Windows}.) Comparison starts at point in each | 1470 | windows in Emacs, @pxref{Windows}.) Comparison starts at point in |
| 1471 | window, after pushing each initial point value on the mark ring | 1471 | each window, after pushing each initial point value on the mark ring |
| 1472 | (@pxref{Mark Ring}) in its respective buffer. Then it moves point | 1472 | (@pxref{Mark Ring}) in its respective buffer. Then it moves point |
| 1473 | forward in each window, one character at a time, until it reaches | 1473 | forward in each window, one character at a time, until it reaches |
| 1474 | characters that don't match. Then the command exits. | 1474 | characters that don't match. Then the command exits. |