diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-25 12:55:15 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-25 12:55:18 +0200 |
commit | 3d3029353b95360e374fc673339b7c8cd5568db1 (patch) | |
tree | e3c20a72b455b38d91fed3e9e26cc667b6ce16a0 /etc | |
parent | a2c25d5b2f34522d14fd9dc105d942b74698078a (diff) | |
download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |