branch: master
commit 8632f337cf57008fb396428e1b0e3fe171860c24
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el: Update description comment.
---
counsel.el | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index fecfc7d..d41c3c5 100644
--- a/counsel.el
+++ b/counsel.el
@@ -28,7 +28,15 @@
;; Just call one of the interactive functions in this file to complete
;; the corresponding thing using `ivy'.
;;
-;; Currently available: Elisp symbols, Clojure symbols, Git files.
+;; Currently available:
+;; - Symbol completion for Elisp, Common Lisp, Python and Clojure.
+;; - Describe fuctions for Elisp: function, variable, library, command,
+;; bindings, theme.
+;; - Navigation functions: imenu, ace-line, semantic, outline
+;; - Git utilities: git-files, git-grep, git-log, git-stash.
+;; - Grep utitilies: grep, ag, pt, recoll.
+;; - System utilities: process list, rhythmbox, linux-app.
+;; - Many more.
;;; Code: