aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-24 16:35:13 +0200
committerLars Ingebrigtsen2019-06-24 16:35:13 +0200
commit1ad3387600442af3030b97f219bc60ccafb356eb (patch)
tree9fa85564dd57d6e8a9400d788522beea94d74dc6 /doc
parentd279c45e9c8019b37e774d769e832ce86b7e4946 (diff)
downloademacs-1ad3387600442af3030b97f219bc60ccafb356eb.tar.gz
emacs-1ad3387600442af3030b97f219bc60ccafb356eb.zip
Add new commands to widen/narrow tabulated list columns
* doc/emacs/buffers.texi: Document widen/contracting commands in tabulated list mode. * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode-map): Add keystrokes. (tabulated-list-widen-current-column): New command. (tabulated-list-narrow-current-column): Ditto. The code was written by Boruch Baum and then tweaked by Drew Adams (bug#32106) before some white-space changes before the commit.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/buffers.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi
index 14a0a01ca8b..6face1e73cb 100644
--- a/doc/emacs/buffers.texi
+++ b/doc/emacs/buffers.texi
@@ -550,6 +550,18 @@ Sort the Buffer Menu entries according to their values in the column
550at point. With a numeric prefix argument @var{n}, sort according to 550at point. With a numeric prefix argument @var{n}, sort according to
551the @var{n}-th column (@code{tabulated-list-sort}). 551the @var{n}-th column (@code{tabulated-list-sort}).
552 552
553@item w
554@kindex w @r{(Buffer Menu)}
555@findex tabulated-list-widen-current-column
556Widen the current column width by @var{n} (the prefix numeric
557argument) characters.
558
559@item c
560@kindex c @r{(Buffer Menu)}
561@findex tabulated-list-narrow-current-column
562Make the current column contract its width by @var{n} (the prefix numeric
563argument) characters.
564
553@item T 565@item T
554@findex Buffer-menu-toggle-files-only 566@findex Buffer-menu-toggle-files-only
555@kindex T @r{(Buffer Menu)} 567@kindex T @r{(Buffer Menu)}