diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-10-14 22:26:57 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-10-14 22:26:57 +0000 |
commit | f507826cb6debc3779917e5aec87648a9fc3c3bd (patch) | |
tree | 9ac73cec73d80ff1d9d94d7bed98bf59b883a440 | |
parent | e889eabcbab34250c09e72374387312cd621271d (diff) | |
download | emacs-f507826cb6debc3779917e5aec87648a9fc3c3bd.tar.gz |
Add description of recentf.
-rw-r--r-- | etc/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -459,6 +459,20 @@ delim-col has the following commands: delimit-columns-region Prettify all columns in a text region. delimit-columns-rectangle Prettify all columns in a text rectangle. +*** The package recentf.el maintains a menu for visiting files that +were operated on recently. When enabled, a new "Open Recent" submenu +is displayed in the "Files" menu. + +The recent files list is automatically saved across Emacs sessions. + +To enable/disable recentf use M-x recentf-mode. + +To enable recentf at Emacs startup use +M-x customize-variable RET recentf-mode RET. + +To change the number of recent files displayed and others options use +M-x customize-group RET recentf RET. + ** Withdrawn packages *** mldrag.el has been removed. mouse.el provides the same |