X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=selector.el;h=98e806849cf245312718d95df4af3454e15b58a7;hp=ab50928371e80f790d7be87350903a5ec34d05a6;hb=b8c447c964af6561cd1628a12423039ad86f485b;hpb=8d85e80a527d47c5de699fe969f4c7a842aac7c3 diff --git a/selector.el b/selector.el index ab50928..98e8068 100644 --- a/selector.el +++ b/selector.el @@ -21,8 +21,8 @@ ;; The selector/select function provides a simple interface for ;; selecting an object with on-the-fly pattern matching in a standard ;; buffer (i.e. not in the minibuffer). You can either use it in your -;; own functions or directly use selector/quick-pick-recent or -;; selector/quick-move-in-buffer. +;; own functions or directly use selector/quick-pick-recent, +;; selector/quick-move-in-buffer, or selector/switch-buffer ;; ;; For instance, you can add in your .emacs.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)