# HG changeset patch # User Richard M. Stallman # Date 901311188 0 # Node ID 435144eea4f4afd5f9669eb5c003c67429727656 # Parent ff685e4dce0bcf536df485ff18570fddde9bb705 (uniquify-ignore-buffers-re): Fix custom type. diff -r ff685e4dce0b -r 435144eea4f4 lisp/uniquify.el --- 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