projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3da5ade
)
Minor comment change.
author
Francois Fleuret
<francois.fleuret@idiap.ch>
Sun, 10 Mar 2019 12:17:43 +0000
(13:17 +0100)
committer
Francois Fleuret
<francois.fleuret@idiap.ch>
Sun, 10 Mar 2019 12:17:43 +0000
(13:17 +0100)
selector.el
patch
|
blob
|
history
diff --git
a/selector.el
b/selector.el
index
9253f45
..
98e8068
100644
(file)
--- 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
;; 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
;;
;;
;; For instance, you can add in your .emacs.el
;;