]> git.eshelyaron.com Git - emacs.git/commitdiff
(recentf-menu-path): Use menu item name.
authorDavid Ponce <david@dponce.com>
Sat, 6 Nov 2004 18:27:56 +0000 (18:27 +0000)
committerDavid Ponce <david@dponce.com>
Sat, 6 Nov 2004 18:27:56 +0000 (18:27 +0000)
lisp/recentf.el

index 4ef55d4e1bffa16c35bb7d690e3c37788a9ca2f0..2fee8e637a819051b8d1480a97ef8559c49fd0b1 100644 (file)
@@ -98,7 +98,7 @@ Set VARIABLE with VALUE, and force a rebuild of the recentf menu."
   :type 'string
   :set 'recentf-menu-customization-changed)
 
-(defcustom recentf-menu-path '("files")
+(defcustom recentf-menu-path '("File")
   "*Path where to add the recentf menu.
 If nil add it at top level (see also `easy-menu-add-item')."
   :group 'recentf