aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-13 06:32:34 +0200
committerLars Ingebrigtsen2019-07-13 06:32:34 +0200
commit13eaf8621390687b32d964e4821584c1bb629c2c (patch)
treeaa3e4e62a228c66bc4e0c1de24b5d15ca8db4128
parentea75c1a78bf6c622f584fd900cb64644337c1ac7 (diff)
downloademacs-13eaf8621390687b32d964e4821584c1bb629c2c.tar.gz
emacs-13eaf8621390687b32d964e4821584c1bb629c2c.zip
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).
-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 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
279characters, its major mode, and the visited file name (if any). 279characters, its major mode, and the visited file name (if any).
280 280
281See `Buffer-menu-mode' for the keybindings available the Buffer 281See `Buffer-menu-mode' for the keybindings available the Buffer
282Menu." 282Menu.
283
284The width of the various columns can be customized by changing
285the `Buffer-menu-name-width', `Buffer-menu-size-width' and
286`Buffer-menu-mode-width' variables."
283 (interactive "P") 287 (interactive "P")
284 (switch-to-buffer (list-buffers-noselect arg)) 288 (switch-to-buffer (list-buffers-noselect arg))
285 (message 289 (message