[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/counsel c97ea72285 12/15: doc/ivy.org: Fix ivy-previous
From: |
Basil L. Contovounesios |
Subject: |
[elpa] externals/counsel c97ea72285 12/15: doc/ivy.org: Fix ivy-previous-history-element entry |
Date: |
Sat, 2 Apr 2022 05:58:47 -0400 (EDT) |
branch: externals/counsel
commit c97ea72285f2428ed61b519269274d27f2b695f9
Author: ssnnoo <43703153+ssnnoo@users.noreply.github.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>
doc/ivy.org: Fix ivy-previous-history-element entry
Fixes #2943
---
doc/ivy.org | 2 +-
doc/ivy.texi | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/ivy.org b/doc/ivy.org
index bd4e14e67f..9a146c482b 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -468,7 +468,7 @@ that use the =ivy-read= API, rather than the built-in
into the minibuffer.
- ~M-p~ (=ivy-previous-history-element=) ::
- Cycles forward through the Ivy command history.
+ Cycles backwards through the Ivy command history.
- ~M-i~ (=ivy-insert-current=) ::
Inserts the current candidate into the minibuffer.
diff --git a/doc/ivy.texi b/doc/ivy.texi
index 9d068bfcd5..5c2c177ce6 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -599,7 +599,7 @@ into the minibuffer.
@vindex ivy-previous-history-element
@kindex M-p
@indentedblock
-Cycles forward through the Ivy command history.
+Cycles backwards through the Ivy command history.
@end indentedblock
@subsubheading @kbd{M-i} (@code{ivy-insert-current})
@vindex ivy-insert-current
@@ -1828,4 +1828,4 @@ then retrieves that value and displays it.
@printindex ky
-@bye
+@bye
\ No newline at end of file
- [elpa] externals/counsel 4be91d7d1e 05/15: ivy.el (ivy--format): Derive case-fold-search from ivy-regex, (continued)
- [elpa] externals/counsel 4be91d7d1e 05/15: ivy.el (ivy--format): Derive case-fold-search from ivy-regex, Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel 3c1d5dc924 15/15: Merge branch 'master' into externals/counsel, Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel 323f44c9aa 01/15: ivy.el (ivy--highlight-default): Use ivy-regex, Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel bb77cf058d 04/15: ivy-avy.el (ivy-avy--action): Improve for :dynamic-collection, Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel 1da2f3deb0 06/15: ivy.el (ivy--reset-state): Set ivy--minibuffer-metadata, Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel 5d0267e415 07/15: ivy.el (ivy--dynamic-collection-cands): Try to call 2 ways, Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel 888b127ffe 13/15: * counsel.el: Minor cosmetic changes., Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel f0055fff3e 10/15: ivy.el (ivy--completing-fname-p): Check that metadata is an alist, Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel 8b210d0313 09/15: ivy.el (ivy-kill-line): Ensure ivy--old-text is correct, Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel c02b4538e5 08/15: ivy.el (ivy-read): :require-match can also be a lambda, Basil L. Contovounesios, 2022/04/02
- [elpa] externals/counsel c97ea72285 12/15: doc/ivy.org: Fix ivy-previous-history-element entry,
Basil L. Contovounesios <=