From ea61e1f7ff02df73ed2e9f35eb1dd8738c09614b Mon Sep 17 00:00:00 2001 From: Florian Rommel Date: Sat, 25 Nov 2023 15:49:56 +0100 Subject: [PATCH] Fix defcustom type --- bufferlo.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bufferlo.el b/bufferlo.el index c7f416d..aa4df51 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.