From 3c7c4868bdaf054677a72537c6f9b108f1c17e20 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 24 Jul 1998 20:13:08 +0000 Subject: [PATCH] (uniquify-ignore-buffers-re): Fix custom type. --- lisp/uniquify.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 5e4749389e5..3099ff0a1f3 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -127,11 +127,11 @@ other buffer names are changed." :group 'uniquify) (defcustom uniquify-ignore-buffers-re nil - "*Regular expression matching buffer names that should not be uniqified. + "*Regular expression matching buffer names that should not be uniquified. For instance, set this to \"^draft-[0-9]+$\" to avoid having uniquify rename draft buffers even if `uniquify-after-kill-buffer-p' is non-nil and the visited file name isn't the same as that of the buffer." - :type 'boolean + :type '(choice (const :tag "Uniquify all buffers" nil) regexp) :group 'uniquify) (defcustom uniquify-min-dir-content 0 -- 2.39.2