]> code.delx.au - gnu-emacs-elpa/commitdiff
ivy.el (ivy-use-virtual-buffers): Update docstring
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 7 Oct 2015 14:07:06 +0000 (16:07 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 7 Oct 2015 14:07:06 +0000 (16:07 +0200)
ivy.el

diff --git a/ivy.el b/ivy.el
index 66e1e9becfbb446ad608b77aa61d0c464fd1182a..04dd2dc0b85244027533d6d8c042ae30473a7d03 100644 (file)
--- 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