]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix to commentary (how to enable package).
authorStephen Eglen <stephen@gnu.org>
Tue, 15 Sep 2009 11:42:37 +0000 (11:42 +0000)
committerStephen Eglen <stephen@gnu.org>
Tue, 15 Sep 2009 11:42:37 +0000 (11:42 +0000)
lisp/recentf.el

index c0fa933840af526aea67b66cbf32f40f212d935b..2a6955f88b8472daebfec9e4b062acdc01870ca4 100644 (file)
 
 ;; 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:
 ;;