diff options
author | Stephen Eglen <stephen@gnu.org> | 2009-09-15 11:42:37 +0000 |
---|---|---|
committer | Stephen Eglen <stephen@gnu.org> | 2009-09-15 11:42:37 +0000 |
commit | fc8b371175065de17c8329c3828ecbafc3217e3a (patch) | |
tree | 08a193ce32160081c4519987013c78a11e19a24f /lisp/recentf.el | |
parent | 4078fd57bae25df45ab41082275f9c488d49ef2f (diff) | |
download | emacs-fc8b371175065de17c8329c3828ecbafc3217e3a.tar.gz |
Doc fix to commentary (how to enable package).
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r-- | lisp/recentf.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el index c0fa933840a..2a6955f88b8 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -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: ;; |