# HG changeset patch # User Stephen Eglen # Date 1253014957 0 # Node ID 1d28378da242fdaa4d4b714c04d5781a977b7933 # Parent abf8556ca6dba670b65d479dd807d68605cb0bbd Doc fix to commentary (how to enable package). diff -r abf8556ca6db -r 1d28378da242 lisp/recentf.el --- 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: ;;