changeset 105038:1d28378da242

Doc fix to commentary (how to enable package).
author Stephen Eglen <stephen@gnu.org>
date Tue, 15 Sep 2009 11:42:37 +0000
parents abf8556ca6db
children b1f5d3d17b17
files lisp/recentf.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/recentf.el	Tue Sep 15 11:38:15 2009 +0000
+++ b/lisp/recentf.el	Tue Sep 15 11:42:37 2009 +0000
@@ -26,11 +26,14 @@
 
 ;; This package maintains a menu for visiting files that were operated
 ;; on recently.  When enabled a new "Open Recent" sub menu is
-;; displayed in the "Files" menu.  The recent files list is
+;; displayed in the "File" menu.  The recent files list is
 ;; automatically saved across Emacs sessions.  You can customize the
 ;; number of recent files displayed, the location of the menu and
 ;; others options (see the source code for details).
 
+;; To enable this package, add the following to your .emacs:
+;; (recentf-mode 1)
+
 ;;; History:
 ;;