From: Francois Fleuret Date: Thu, 3 Aug 2017 06:24:15 +0000 (+0200) Subject: Cosmetics. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=c355ef3a0aae9c170cf15b7617d98973f125d421 Cosmetics. --- 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)