branch: master
commit 4045349fc73c9e0c7d3e2a42340073eb04dc8b9d
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy.el (ivy-use-virtual-buffers): Update docstring
---
ivy.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ivy.el b/ivy.el
index 66e1e9b..04dd2dc 100644
--- a/ivy.el
+++ b/ivy.el
@@ -111,7 +111,7 @@ Only \"./\" and \"../\" apply here. They appear in reverse
order."
:type 'list)
(defcustom ivy-use-virtual-buffers nil
- "When non-nil, add `recentf-mode' and bookmarks to the list of buffers."
+ "When non-nil, add `recentf-mode' and bookmarks to `ivy-switch-buffer'."
:type 'boolean)
(defvar ivy--actions-list nil