aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDaniel Martín2021-03-14 02:25:53 +0100
committerEli Zaretskii2021-03-14 08:01:06 +0200
commitbe1b3512f772133ac9760f93fedabd672ba04598 (patch)
tree6451e0782a02f84cc1a58d9fd0aa839bd06d13d8 /doc
parentb9ec6111e294af747958c6f13150b8dc99dba6e2 (diff)
downloademacs-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.texi5
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
1656according to the appropriate major mode. 1656source in hunks are highlighted according to the appropriate major
1657mode.
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