From: Lars Ingebrigtsen Date: Sat, 13 Jul 2019 04:32:34 +0000 (+0200) Subject: Mention columns width variables in the buffer-menu doc string X-Git-Tag: emacs-27.0.90~1967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13eaf8621390687b32d964e4821584c1bb629c2c;p=emacs.git 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). --- 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