Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Thu, 3 Aug 2017 06:24:15 +0000 (08:24 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 3 Aug 2017 06:24:15 +0000 (08:24 +0200)
selector.el

index ab50928..9253f45 100644 (file)
@@ -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)