branch: master
commit ba0590f4ef73c9f69a56c160c1c927a9773f2435
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    counsel.el: Update comments
---
 counsel.el |   12 +++++++++---
 swiper.el  |    2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/counsel.el b/counsel.el
index 28d10bd..2456068 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1,8 +1,12 @@
-;;; consel.el --- Elisp completion at point -*- lexical-binding: t -*-
+;;; consel.el --- Various completion functions using Ivy -*- lexical-binding: 
t -*-
 
 ;; Copyright (C) 2015  Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <[email protected]>
+;; URL: https://github.com/abo-abo/swiper
+;; Version: 0.1.0
+;; Package-Requires: ((emacs "24.1") (ivy "0.2.0"))
+;; Keywords: completion, matching
 
 ;; This file is part of GNU Emacs.
 
@@ -21,8 +25,10 @@
 
 ;;; Commentary:
 ;;
-;; Just call `counsel' to start completing the `obarray'.
-;; The initial (optional) input is thing-at-point.
+;; 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.
 
 ;;; Code:
 
diff --git a/swiper.el b/swiper.el
index 8a5e811..0c4aafb 100644
--- a/swiper.el
+++ b/swiper.el
@@ -5,7 +5,7 @@
 ;; Author: Oleh Krehel <[email protected]>
 ;; URL: https://github.com/abo-abo/swiper
 ;; Version: 0.2.0
-;; Package-Requires: ((emacs "24.1") (ivy "0.1.0"))
+;; Package-Requires: ((emacs "24.1") (ivy "0.2.0"))
 ;; Keywords: matching
 
 ;; This file is part of GNU Emacs.

Reply via email to