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

[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



reply via email to

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