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

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

[elpa] master dea98fc 153/184: ivy.el (ivy-inhibit-action): Clean up doc


From: Oleh Krehel
Subject: [elpa] master dea98fc 153/184: ivy.el (ivy-inhibit-action): Clean up docstring
Date: Wed, 16 Oct 2019 13:15:13 -0400 (EDT)

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

    ivy.el (ivy-inhibit-action): Clean up docstring
---
 ivy.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ivy.el b/ivy.el
index 2861277..b78c001 100644
--- a/ivy.el
+++ b/ivy.el
@@ -315,7 +315,7 @@ If `(minibuffer-depth)' equals this, `ivy-completing-read' 
will
 act as if `ivy-completing-read-handlers-alist' is empty.")
 
 (defvar ivy-highlight-grep-commands nil
-  "List of counsel grep-like commands.")
+  "List of grep-like commands.")
 
 (defvar ivy--actions-list nil
   "A list of extra actions per command.")
@@ -1382,8 +1382,8 @@ If the input is empty, select the previous history 
element instead."
 Example use:
 
     (let* ((ivy-inhibit-action t)
-          (str (counsel-locate \"lispy.el\")))
-     ;; do whatever with str - the corresponding file will not be opened
+           (str (ivy-switch-buffer)))
+     ;; do whatever with str - the corresponding buffer will not be opened
      )")
 
 (defun ivy-recursive-restore ()



reply via email to

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