diff options
| author | Glenn Morris | 2016-05-24 14:58:27 -0400 |
|---|---|---|
| committer | Glenn Morris | 2016-05-24 14:58:27 -0400 |
| commit | 4efb3e8169e8a75f3e2016c8780746785fc6b85f (patch) | |
| tree | 231290f9d7990f99532a060ef7b643f1abf9bdf9 | |
| parent | b995d1edf475f2676be04eb70ec31a8c2bc28a8c (diff) | |
| download | emacs-4efb3e8169e8a75f3e2016c8780746785fc6b85f.tar.gz emacs-4efb3e8169e8a75f3e2016c8780746785fc6b85f.zip | |
* doc/emacs/files.texi (Comparing Files):
* doc/emacs/trouble.texi (Sending Patches): Fix external xrefs.
| -rw-r--r-- | doc/emacs/files.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/trouble.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index af7a2fc2f3d..3bbb3cddb38 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1281,7 +1281,7 @@ The value of @code{diff-switches} should be a string; the default is | |||
| 1281 | @c Note that the actual name of the info file is diffutils.info, | 1281 | @c Note that the actual name of the info file is diffutils.info, |
| 1282 | @c but it adds a dir entry for diff too. | 1282 | @c but it adds a dir entry for diff too. |
| 1283 | @c On older systems, only "info diff" works, not "info diffutils". | 1283 | @c On older systems, only "info diff" works, not "info diffutils". |
| 1284 | @xref{Top,, Diff, diff, Comparing and Merging Files}, for more | 1284 | @xref{Top,, Diff, diffutils, Comparing and Merging Files}, for more |
| 1285 | information about the @command{diff} program. | 1285 | information about the @command{diff} program. |
| 1286 | 1286 | ||
| 1287 | The output of the @code{diff} command is shown using a major mode | 1287 | The output of the @code{diff} command is shown using a major mode |
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index bff3a58651f..6f6071b446a 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi | |||
| @@ -1175,7 +1175,7 @@ see | |||
| 1175 | @url{http://www.gnu.org/prep/standards/html_node/Change-Log-Concepts.html}, | 1175 | @url{http://www.gnu.org/prep/standards/html_node/Change-Log-Concepts.html}, |
| 1176 | @end ifset | 1176 | @end ifset |
| 1177 | @xref{Change Log Concepts, Change Log Concepts, | 1177 | @xref{Change Log Concepts, Change Log Concepts, |
| 1178 | Change Log Concepts, gnu-coding-standards, GNU Coding Standards}. | 1178 | Change Log Concepts, standards, GNU Coding Standards}. |
| 1179 | 1179 | ||
| 1180 | @item | 1180 | @item |
| 1181 | When you write the fix, keep in mind that we can't install a change that | 1181 | When you write the fix, keep in mind that we can't install a change that |