X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=selector.el;h=9253f4516c92834da7ac270f4099dc79b5147630;hp=ab50928371e80f790d7be87350903a5ec34d05a6;hb=c355ef3a0aae9c170cf15b7617d98973f125d421;hpb=8d85e80a527d47c5de699fe969f4c7a842aac7c3 diff --git a/selector.el b/selector.el index ab50928..9253f45 100644 --- a/selector.el +++ b/selector.el @@ -397,10 +397,13 @@ filename." (defun selector/quick-pick-recent (universal) "Open a file picked in `recentf-list' with the dynamic -pattern-matching search implemented in `selector/select'. Without -a prefix argument, hide files matching -`selector/quick-pick-recent-filter'. With a prefix argument before the -selection of the file per se, permits to edit it before opening." +pattern-matching search implemented in `selector/select'. + +Without a prefix argument, hide files matching +`selector/quick-pick-recent-filter'. + +With a prefix argument before the selection of the file per se, +permits to edit it before opening." (interactive "P") (unless (and (boundp recentf-mode) recentf-mode)