]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention columns width variables in the buffer-menu doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 13 Jul 2019 04:32:34 +0000 (06:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 13 Jul 2019 04:32:34 +0000 (06:32 +0200)
* lisp/buff-menu.el (buffer-menu): Mention the variables that can
be used to change the columns widths (bug#36587).

lisp/buff-menu.el

index 5f889866361d1cb98f4a3ab2d65667375f7afa61..6406a59c6aaf16c30d5c76c9dd8e86405201bd62 100644 (file)
@@ -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