branch: master
commit c69b4b6e6738644d04ef874b8c6aeead66d855e0
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy.el (ivy-last): Update docstring
---
ivy.el | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ivy.el b/ivy.el
index 04dd2dc..ba7027b 100644
--- a/ivy.el
+++ b/ivy.el
@@ -186,7 +186,10 @@ Only \"./\" and \"../\" apply here. They appear in reverse
order."
dynamic-collection)
(defvar ivy-last nil
- "The last parameters passed to `ivy-read'.")
+ "The last parameters passed to `ivy-read'.
+
+This should eventually become a stack so that you could use
+`ivy-read' recursively.")
(defsubst ivy-set-action (action)
(setf (ivy-state-action ivy-last) action))