diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -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. |
| 1056 | The new option, if set to nil, suppresses this message. | 1056 | The new option, if set to nil, suppresses this message. |
| 1057 | 1057 | ||
| 1058 | --- | ||
| 1059 | *** New user option 'recentf-suppress-open-file-help'. | ||
| 1060 | By default, invoking 'recentf-open-files' displays a message saying what | ||
| 1061 | action clicking or typing RET on the item at point executes, and tabbing | ||
| 1062 | between items in the *Open Recent* buffer likewise displays such | ||
| 1063 | messages. To suppress these messages, customize the user option | ||
| 1064 | 'recentf-suppress-open-file-help' to non-nil. The default value of this | ||
| 1065 | option is nil. | ||
| 1066 | |||
| 1058 | ** Saveplace | 1067 | ** Saveplace |
| 1059 | 1068 | ||
| 1060 | --- | 1069 | --- |