From b8c447c964af6561cd1628a12423039ad86f485b Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 10 Mar 2019 13:17:43 +0100 Subject: [PATCH] Minor comment change. --- selector.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selector.el b/selector.el index 9253f45..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 ;; -- 2.20.1