From c355ef3a0aae9c170cf15b7617d98973f125d421 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 3 Aug 2017 08:24:15 +0200 Subject: [PATCH] Cosmetics. --- selector.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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) -- 2.20.1