From 13eaf8621390687b32d964e4821584c1bb629c2c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 13 Jul 2019 06:32:34 +0200 Subject: [PATCH] Mention columns width variables in the buffer-menu doc string * lisp/buff-menu.el (buffer-menu): Mention the variables that can be used to change the columns widths (bug#36587). --- lisp/buff-menu.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 5f889866361..6406a59c6aa 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -279,7 +279,11 @@ The remaining columns show the buffer name, the buffer size in characters, its major mode, and the visited file name (if any). See `Buffer-menu-mode' for the keybindings available the Buffer -Menu." +Menu. + +The width of the various columns can be customized by changing +the `Buffer-menu-name-width', `Buffer-menu-size-width' and +`Buffer-menu-mode-width' variables." (interactive "P") (switch-to-buffer (list-buffers-noselect arg)) (message -- 2.39.2