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).
This commit is contained in:
parent
ea75c1a78b
commit
13eaf86213
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue