emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bufferlo ea61e1f7ff: Fix defcustom type


From: ELPA Syncer
Subject: [elpa] externals/bufferlo ea61e1f7ff: Fix defcustom type
Date: Sun, 26 Nov 2023 18:57:31 -0500 (EST)

branch: externals/bufferlo
commit ea61e1f7ff02df73ed2e9f35eb1dd8738c09614b
Author: Florian Rommel <mail@florommel.de>
Commit: Florian Rommel <mail@florommel.de>

    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

[Prev in Thread] Current Thread [Next in Thread]