diff options
| author | Daniel MartÃn | 2021-03-14 02:25:53 +0100 |
|---|---|---|
| committer | Eli Zaretskii | 2021-03-14 08:01:06 +0200 |
| commit | be1b3512f772133ac9760f93fedabd672ba04598 (patch) | |
| tree | 6451e0782a02f84cc1a58d9fd0aa839bd06d13d8 /doc | |
| parent | b9ec6111e294af747958c6f13150b8dc99dba6e2 (diff) | |
| download | emacs-be1b3512f772133ac9760f93fedabd672ba04598.tar.gz emacs-be1b3512f772133ac9760f93fedabd672ba04598.zip | |
Fix reference to 'diff-font-lock-syntax' in diff-mode documentation
* doc/emacs/files.texi (Diff Mode): Add the omitted name of the
variable. (Bug#47129)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/files.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 88fcdd0f9f6..b9e45b9919f 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1652,8 +1652,9 @@ modify the original (``old'') source files rather than the patched | |||
| 1652 | (``new'') source files. | 1652 | (``new'') source files. |
| 1653 | 1653 | ||
| 1654 | @vindex diff-font-lock-syntax | 1654 | @vindex diff-font-lock-syntax |
| 1655 | If non-@code{nil}, fragments of source in hunks are highlighted | 1655 | If @code{diff-font-lock-syntax} is non-@code{nil}, fragments of |
| 1656 | according to the appropriate major mode. | 1656 | source in hunks are highlighted according to the appropriate major |
| 1657 | mode. | ||
| 1657 | 1658 | ||
| 1658 | @node Copying and Naming | 1659 | @node Copying and Naming |
| 1659 | @section Copying, Naming and Renaming Files | 1660 | @section Copying, Naming and Renaming Files |