aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-06-23 15:12:47 +0200
committerStefan Kangas2022-06-23 15:14:16 +0200
commit89afd90bde9ff689ff62c6a5c170edf661b2fb8c (patch)
treeedbc183a24f0a9f5c93bce659b066083de03e5cc
parent630a33f0a9e976601e43152815aafe3f22350cfc (diff)
downloademacs-89afd90bde9ff689ff62c6a5c170edf661b2fb8c.tar.gz
emacs-89afd90bde9ff689ff62c6a5c170edf661b2fb8c.zip
; * lisp/uniquify.el: Remove incorrect comment.
-rw-r--r--lisp/uniquify.el1
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."
128 "If non-nil, rerationalize buffer names after a buffer has been killed." 128 "If non-nil, rerationalize buffer names after a buffer has been killed."
129 :type 'boolean) 129 :type 'boolean)
130 130
131;; The default value matches certain Gnus buffers.
132(defcustom uniquify-ignore-buffers-re nil 131(defcustom uniquify-ignore-buffers-re nil
133 "Regular expression matching buffer names that should not be uniquified. 132 "Regular expression matching buffer names that should not be uniquified.
134For instance, set this to \"^draft-[0-9]+$\" to avoid having uniquify rename 133For instance, set this to \"^draft-[0-9]+$\" to avoid having uniquify rename