changeset 22808:435144eea4f4

(uniquify-ignore-buffers-re): Fix custom type.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Jul 1998 20:13:08 +0000
parents ff685e4dce0b
children 7bff93a6b3e1
files lisp/uniquify.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/uniquify.el	Fri Jul 24 10:43:29 1998 +0000
+++ b/lisp/uniquify.el	Fri Jul 24 20:13:08 1998 +0000
@@ -127,11 +127,11 @@
   :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