(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)