1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

Doc fix to commentary (how to enable package).

This commit is contained in:
Stephen Eglen 2009-09-15 11:42:37 +00:00
parent 4078fd57ba
commit fc8b371175

View File

@ -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:
;;