emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 13eaf86 2/2: Mention columns width variables in the


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 13eaf86 2/2: Mention columns width variables in the buffer-menu doc string
Date: Sat, 13 Jul 2019 00:46:47 -0400 (EDT)

branch: master
commit 13eaf8621390687b32d964e4821584c1bb629c2c
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 5f88986..6406a59 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]