Eli Zaretskii writes: > > + (mapcar #'abbreviate-file-name recentf-list) > > Shouldn't you apply abbreviate-file-name only if recentf-menu-filter > is set to abbreviate them in the menu? Good question, however this was fixed in a different way in Bug#56123 so this is no longer necessary. I've removed the mapcar and use recentf-list directly instead. > This mode is also described in the user manual; shouldn't this new > command be documented there? Yes, I saw a need for a rethink of the documentation, which was very menu-centric. So I rewrote it slightly to be less menu-centric; I hope it now makes more sense. Please find attached a new patch, and thanks for reviewing.