branch: externals/bufferlo
commit ea61e1f7ff02df73ed2e9f35eb1dd8738c09614b
Author: Florian Rommel <[email protected]>
Commit: Florian Rommel <[email protected]>

    Fix defcustom type
---
 bufferlo.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bufferlo.el b/bufferlo.el
index c7f416df91..aa4df519d5 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -106,8 +106,9 @@ This is a list of regular expressions that match buffer 
names."
   :type '(repeat string))
 
 (defcustom bufferlo-ibuffer-bind-local-buffer-filter t
-  "If non-nil, the local buffer filter is bound to \"/ l\" in ibuffer."
-  :type '(repeat string))
+  "If non-nil, bind the local buffer filter and the orphan filter in ibuffer.
+The local buffer filter is bound to \"/ l\" and the orphan filter to \"/ L\"."
+  :type 'boolean)
 
 (defcustom bufferlo-local-scratch-buffer-name "*local scratch*"
   "Base name of the local scratch buffer.

Reply via email to