summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e2a1eed9bbf..110ce7f4953 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -34,9 +34,9 @@ your font settings.
Note also that 'FontBackend' settings in .Xdefaults or .Xresources, or
'font-backend' frame parameter settings in your init files, may need
to be adjusted, as 'xft' is no longer a valid backend when using
-Cairo. Use either 'ftcr' or 'ftcrhb' instead for FreeType and
-FreeType + HarfBuzz respectively. 'x' is still a valid backend.
-
+Cairo. Use 'ftcrhb' if your Emacs was built with HarfBuzz support,
+and 'ftcr' otherwise. You can this determine by checking
+'system-configuration-features'. 'x' is still a valid backend.
---
** The ftx font backend driver has been removed.