diff options
| author | Lars Ingebrigtsen | 2019-07-13 06:32:34 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-13 06:32:34 +0200 |
| commit | 13eaf8621390687b32d964e4821584c1bb629c2c (patch) | |
| tree | aa3e4e62a228c66bc4e0c1de24b5d15ca8db4128 | |
| parent | ea75c1a78bf6c622f584fd900cb64644337c1ac7 (diff) | |
| download | emacs-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.el | 6 |
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 | |||
| 279 | characters, its major mode, and the visited file name (if any). | 279 | characters, its major mode, and the visited file name (if any). |
| 280 | 280 | ||
| 281 | See `Buffer-menu-mode' for the keybindings available the Buffer | 281 | See `Buffer-menu-mode' for the keybindings available the Buffer |
| 282 | Menu." | 282 | Menu. |
| 283 | |||
| 284 | The width of the various columns can be customized by changing | ||
| 285 | the `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 |