Skip to content

Commit ea61e1f

Browse files
committed
Fix defcustom type
1 parent c516fd8 commit ea61e1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bufferlo.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ This is a list of regular expressions that match buffer names."
106106
:type '(repeat string))
107107

108108
(defcustom bufferlo-ibuffer-bind-local-buffer-filter t
109-
"If non-nil, the local buffer filter is bound to \"/ l\" in ibuffer."
110-
:type '(repeat string))
109+
"If non-nil, bind the local buffer filter and the orphan filter in ibuffer.
110+
The local buffer filter is bound to \"/ l\" and the orphan filter to \"/ L\"."
111+
:type 'boolean)
111112

112113
(defcustom bufferlo-local-scratch-buffer-name "*local scratch*"
113114
"Base name of the local scratch buffer.

0 commit comments

Comments
 (0)