diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-06-23 15:12:47 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-06-23 15:14:16 +0200 |
commit | 89afd90bde9ff689ff62c6a5c170edf661b2fb8c (patch) | |
tree | edbc183a24f0a9f5c93bce659b066083de03e5cc /lisp/uniquify.el | |
parent | 630a33f0a9e976601e43152815aafe3f22350cfc (diff) | |
download | emacs-89afd90bde9ff689ff62c6a5c170edf661b2fb8c.tar.gz emacs-89afd90bde9ff689ff62c6a5c170edf661b2fb8c.tar.bz2 emacs-89afd90bde9ff689ff62c6a5c170edf661b2fb8c.zip |
; * lisp/uniquify.el: Remove incorrect comment.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r-- | lisp/uniquify.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 2ef1f04f70d..0b7db9b54fb 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -128,7 +128,6 @@ you can set, browse the `uniquify' custom group." "If non-nil, rerationalize buffer names after a buffer has been killed." :type 'boolean) -;; The default value matches certain Gnus buffers. (defcustom uniquify-ignore-buffers-re nil "Regular expression matching buffer names that should not be uniquified. For instance, set this to \"^draft-[0-9]+$\" to avoid having uniquify rename |