diff options
| author | Gerd Moellmann | 1999-10-14 22:26:57 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-14 22:26:57 +0000 |
| commit | f507826cb6debc3779917e5aec87648a9fc3c3bd (patch) | |
| tree | 9ac73cec73d80ff1d9d94d7bed98bf59b883a440 | |
| parent | e889eabcbab34250c09e72374387312cd621271d (diff) | |
| download | emacs-f507826cb6debc3779917e5aec87648a9fc3c3bd.tar.gz emacs-f507826cb6debc3779917e5aec87648a9fc3c3bd.zip | |
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: | |||
| 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 | ||
| 463 | were operated on recently. When enabled, a new "Open Recent" submenu | ||
| 464 | is displayed in the "Files" menu. | ||
| 465 | |||
| 466 | The recent files list is automatically saved across Emacs sessions. | ||
| 467 | |||
| 468 | To enable/disable recentf use M-x recentf-mode. | ||
| 469 | |||
| 470 | To enable recentf at Emacs startup use | ||
| 471 | M-x customize-variable RET recentf-mode RET. | ||
| 472 | |||
| 473 | To change the number of recent files displayed and others options use | ||
| 474 | M-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 |