emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master ba0590f 09/19: counsel.el: Update comments


From: Oleh Krehel
Subject: [elpa] master ba0590f 09/19: counsel.el: Update comments
Date: Thu, 16 Apr 2015 12:18:11 +0000

branch: master
commit ba0590f4ef73c9f69a56c160c1c927a9773f2435
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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 <address@hidden>
+;; 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 <address@hidden>
 ;; 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

[Prev in Thread] Current Thread [Next in Thread]