summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-25 12:55:15 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-25 12:55:18 +0200
commit3d3029353b95360e374fc673339b7c8cd5568db1 (patch)
treee3c20a72b455b38d91fed3e9e26cc667b6ce16a0 /etc
parenta2c25d5b2f34522d14fd9dc105d942b74698078a (diff)
downloademacs-3d3029353b95360e374fc673339b7c8cd5568db1.tar.gz
New command recentf-open
* lisp/recentf.el (recentf-open): New command. (Bug#56148) (recentf): New alias. (recentf, recentf-mode): Update documentation to focus more on the list of recently opened files and ways of accessing it, instead of focusing on the menu bar only. (recentf-list, recentf-enabled-p): Minor doc fixes. * doc/emacs/files.texi (File Conveniences): Update documentation.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5e81cc0fe8b..01354a65f0f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1894,6 +1894,11 @@ Customize the user option 'recentf-filename-handlers' to nil to get
back the old behavior.
---
+*** New command 'recentf-open'.
+This command prompts for a recently opened file in the minibuffer, and
+visits it.
+
+---
** The autoarg.el library is now marked obsolete.
This library provides the 'autoarg-mode' and 'autoarg-kp-mode' minor
modes to emulate the behavior of the historical editor Twenex Emacs.