comparison lisp/recentf.el @ 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 e78ee4d53b02
children bd2966850aac
comparison
equal deleted inserted replaced
105037:abf8556ca6db 105038:1d28378da242
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; This package maintains a menu for visiting files that were operated 27 ;; This package maintains a menu for visiting files that were operated
28 ;; on recently. When enabled a new "Open Recent" sub menu is 28 ;; on recently. When enabled a new "Open Recent" sub menu is
29 ;; displayed in the "Files" menu. The recent files list is 29 ;; displayed in the "File" menu. The recent files list is
30 ;; automatically saved across Emacs sessions. You can customize the 30 ;; automatically saved across Emacs sessions. You can customize the
31 ;; number of recent files displayed, the location of the menu and 31 ;; number of recent files displayed, the location of the menu and
32 ;; others options (see the source code for details). 32 ;; others options (see the source code for details).
33
34 ;; To enable this package, add the following to your .emacs:
35 ;; (recentf-mode 1)
33 36
34 ;;; History: 37 ;;; History:
35 ;; 38 ;;
36 39
37 ;;; Code: 40 ;;; Code: