Skip to content

Commit

Permalink
doc/ivy.org: Fix ivy-previous-history-element entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnnoo authored and abo-abo committed Dec 31, 2021
1 parent eb89e10 commit c97ea72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/ivy.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions doc/ivy.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1828,4 +1828,4 @@ then retrieves that value and displays it.

@printindex ky

@bye
@bye

0 comments on commit c97ea72

Please sign in to comment.