diff options
author | David Ponce <david@dponce.com> | 2004-11-06 18:27:56 +0000 |
---|---|---|
committer | David Ponce <david@dponce.com> | 2004-11-06 18:27:56 +0000 |
commit | 50ed4c9619a4343e2a27da41a03b94c9e77c4778 (patch) | |
tree | 8165b00b38a890542169d638f7ffc62818e93b3c /lisp/recentf.el | |
parent | 59341ff0e3538d86d1823e810a59151ea3e0f652 (diff) | |
download | emacs-50ed4c9619a4343e2a27da41a03b94c9e77c4778.tar.gz |
(recentf-menu-path): Use menu item name.
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r-- | lisp/recentf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el index 4ef55d4e1bf..2fee8e637a8 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -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 |