Mercurial > emacs
diff lisp/uniquify.el @ 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 | 26e470569368 |
children | 465ff99f6dd2 |
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