aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ca97f26a196..f7aebdf538f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1055,6 +1055,15 @@ compatible.
1055'recentf-save-list' can print a message when saving the recentf list. 1055'recentf-save-list' can print a message when saving the recentf list.
1056The new option, if set to nil, suppresses this message. 1056The new option, if set to nil, suppresses this message.
1057 1057
1058---
1059*** New user option 'recentf-suppress-open-file-help'.
1060By default, invoking 'recentf-open-files' displays a message saying what
1061action clicking or typing RET on the item at point executes, and tabbing
1062between items in the *Open Recent* buffer likewise displays such
1063messages. To suppress these messages, customize the user option
1064'recentf-suppress-open-file-help' to non-nil. The default value of this
1065option is nil.
1066
1058** Saveplace 1067** Saveplace
1059 1068
1060--- 1069---