summaryrefslogtreecommitdiff
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-05-12 22:28:04 +0800
committerChong Yidong <cyd@gnu.org>2012-05-12 22:28:04 +0800
commitac59c2f6d19570a52481b168238749bab9038d77 (patch)
tree8aa6c6bb995bcbc7c6e4ba94e2a6478166173c21 /lisp/buff-menu.el
parentc1a1d7a36a6e8208dc51c6bce69535aa131178c0 (diff)
downloademacs-ac59c2f6d19570a52481b168238749bab9038d77.tar.gz
* buff-menu.el (Buffer-menu-buffer+size-width): Doc fix.
Fixes: debbugs:11454
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 10c097bbf93..cbd786bda61 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -50,7 +50,11 @@
(defcustom Buffer-menu-buffer+size-width nil
"Combined width of buffer name and size columns in Buffer Menu.
-If nil, use `Buffer-menu-name-width' and `Buffer-menu-size-width'."
+If nil, use `Buffer-menu-name-width' and `Buffer-menu-size-width'.
+
+If non-nil, the value of `Buffer-menu-name-width' is overridden;
+the name column is assigned width `Buffer-menu-buffer+size-width'
+minus `Buffer-menu-size-width'. This use is deprecated."
:type 'number
:group 'Buffer-menu
:version "24.2")