emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp recentf.el


From: Stephen Eglen
Subject: [Emacs-diffs] emacs/lisp recentf.el
Date: Tue, 15 Sep 2009 11:42:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Stephen Eglen <stephen> 09/09/15 11:42:37

Modified files:
        lisp           : recentf.el 

Log message:
        Doc fix to commentary (how to enable package).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/recentf.el?cvsroot=emacs&r1=1.67&r2=1.68

Patches:
Index: recentf.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/recentf.el,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- recentf.el  13 Sep 2009 21:09:08 -0000      1.67
+++ recentf.el  15 Sep 2009 11:42:37 -0000      1.68
@@ -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:
 ;;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]