aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-14 22:26:57 +0000
committerGerd Moellmann1999-10-14 22:26:57 +0000
commitf507826cb6debc3779917e5aec87648a9fc3c3bd (patch)
tree9ac73cec73d80ff1d9d94d7bed98bf59b883a440
parente889eabcbab34250c09e72374387312cd621271d (diff)
downloademacs-f507826cb6debc3779917e5aec87648a9fc3c3bd.tar.gz
emacs-f507826cb6debc3779917e5aec87648a9fc3c3bd.zip
Add description of recentf.
-rw-r--r--etc/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5c04ac855d7..c23833a8b93 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -459,6 +459,20 @@ delim-col has the following commands:
459 delimit-columns-region Prettify all columns in a text region. 459 delimit-columns-region Prettify all columns in a text region.
460 delimit-columns-rectangle Prettify all columns in a text rectangle. 460 delimit-columns-rectangle Prettify all columns in a text rectangle.
461 461
462*** The package recentf.el maintains a menu for visiting files that
463were operated on recently. When enabled, a new "Open Recent" submenu
464is displayed in the "Files" menu.
465
466The recent files list is automatically saved across Emacs sessions.
467
468To enable/disable recentf use M-x recentf-mode.
469
470To enable recentf at Emacs startup use
471M-x customize-variable RET recentf-mode RET.
472
473To change the number of recent files displayed and others options use
474M-x customize-group RET recentf RET.
475
462** Withdrawn packages 476** Withdrawn packages
463 477
464*** mldrag.el has been removed. mouse.el provides the same 478*** mldrag.el has been removed. mouse.el provides the same