aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-09-13 10:40:56 +0200
committerLars Ingebrigtsen2021-09-13 10:40:56 +0200
commit2a3ef454c2bc1b8d21e22dc5d0e0d8b897f8187d (patch)
treeef1988904d9a40af3ce2949463a1e88d11a86ae7
parent08540a29e30775092cf3dc7fc25f845bd34b913b (diff)
downloademacs-2a3ef454c2bc1b8d21e22dc5d0e0d8b897f8187d.tar.gz
emacs-2a3ef454c2bc1b8d21e22dc5d0e0d8b897f8187d.zip
Clarify bookmark-fontify NEWS entry
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c807c41325b..4e702081587 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1287,7 +1287,8 @@ the variables 'bookmark-bmenu-use-header-line' and
1287--- 1287---
1288*** New user option 'bookmark-fontify'. 1288*** New user option 'bookmark-fontify'.
1289If non-nil, setting a bookmark will colorize the current line with 1289If non-nil, setting a bookmark will colorize the current line with
1290'bookmark-face'. 1290'bookmark-face', and jumping to a bookmark will colorize the line the
1291bookmark was set on.
1291 1292
1292--- 1293---
1293*** New user option 'bookmark-menu-confirm-deletion'. 1294*** New user option 'bookmark-menu-confirm-deletion'.