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

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

[elpa] master 6961df6 166/348: doc/ivy.org: Replace swiper with counsel


From: Oleh Krehel
Subject: [elpa] master 6961df6 166/348: doc/ivy.org: Replace swiper with counsel (MELPA)
Date: Sat, 8 Apr 2017 11:03:48 -0400 (EDT)

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

    doc/ivy.org: Replace swiper with counsel (MELPA)
    
    Fixes #658
---
 doc/ivy.org  | 2 +-
 doc/ivy.texi | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/ivy.org b/doc/ivy.org
index 414d625..b460e64 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -162,7 +162,7 @@ for adding MELPA to the list of package archives:
 #+end_src
 
 After this do ~M-x~ =package-refresh-contents= ~RET~, followed by
-~M-x~ =package-install= ~RET~ =swiper= ~RET~.
+~M-x~ =package-install= ~RET~ =counsel= ~RET~.
 
 For package manager details, see [[info:emacs#Packages]].
 
diff --git a/doc/ivy.texi b/doc/ivy.texi
index e6a6230..616ddb2 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -190,8 +190,8 @@ complications with branch-introducing custom macros.
 Customizability is about being able to use different methods and
 interfaces of completion to tailor the selection process. For
 example, adding a custom display function that points to a
-selected candidate with @code{>}, instead of highlighting the
-selected candidate with the @code{ivy-current-match} face (see
+selected candidate with @code{>}, instead of highlighting the selected
+candidate with the @code{ivy-current-match} face (see
 @code{ivy-format-function}). Or take the customization of actions, say
 after the candidate function is selected. @kbd{RET} uses
 @code{counsel-describe-function} to describe the function, whereas
@@ -245,7 +245,7 @@ for adding MELPA to the list of package archives:
 @end lisp
 
 After this do @kbd{M-x} @code{package-refresh-contents} @kbd{RET}, followed by
address@hidden @code{package-install} @kbd{RET} @code{swiper} @kbd{RET}.
address@hidden @code{package-install} @kbd{RET} @code{counsel} @kbd{RET}.
 
 For package manager details, see @ref{Packages,,,emacs,}.
 



reply via email to

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