comparison lisp/recentf.el @ 57993:8e7d8d382255

(recentf-menu-path): Use menu item name.
author David Ponce <david@dponce.com>
date Sat, 06 Nov 2004 18:27:56 +0000
parents ffd927e57237
children aac0a33f5772 9ea0f6980511 cb7f41387eb3
comparison
equal deleted inserted replaced
57992:246495a34603 57993:8e7d8d382255
96 "*Name of the recentf menu." 96 "*Name of the recentf menu."
97 :group 'recentf 97 :group 'recentf
98 :type 'string 98 :type 'string
99 :set 'recentf-menu-customization-changed) 99 :set 'recentf-menu-customization-changed)
100 100
101 (defcustom recentf-menu-path '("files") 101 (defcustom recentf-menu-path '("File")
102 "*Path where to add the recentf menu. 102 "*Path where to add the recentf menu.
103 If nil add it at top level (see also `easy-menu-add-item')." 103 If nil add it at top level (see also `easy-menu-add-item')."
104 :group 'recentf 104 :group 'recentf
105 :type '(choice (const :tag "Top Level" nil) 105 :type '(choice (const :tag "Top Level" nil)
106 (sexp :tag "Menu Path")) 106 (sexp :tag "Menu Path"))