branch: externals/ivy-hydra
commit d790e5309a9350b65ed51347f860c509aea7aae2
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
doc/ivy.org: Mention multiple-session ivy-resume
Re #2557
---
doc/ivy.org | 1 +
doc/ivy.texi | 1 +
2 files changed, 2 insertions(+)
diff --git a/doc/ivy.org b/doc/ivy.org
index 8d22008..20a5e7e 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -445,6 +445,7 @@ actions.
exit.
Useful after an accidental ~C-m~ (=ivy-done=).
+ Use it with =universal-argument= to resume any previous session.
*** Key bindings that alter the minibuffer input
:PROPERTIES:
diff --git a/doc/ivy.texi b/doc/ivy.texi
index 001d7b8..24a1f89 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -570,6 +570,7 @@ Recalls the state of the completion session just before its
last
exit.
Useful after an accidental @kbd{C-m} (@code{ivy-done}).
+Use it with @code{universal-argument} to resume any previous session.
@end indentedblock
@node Key bindings that alter the minibuffer input