at point. With a numeric prefix argument @var{n}, sort according to
the @var{n}-th column (@code{tabulated-list-sort}).
-@item w
-@kindex w @r{(Buffer Menu)}
+@item }
+@kindex } @r{(Buffer Menu)}
@findex tabulated-list-widen-current-column
Widen the current column width by @var{n} (the prefix numeric
argument) characters.
-@item c
-@kindex c @r{(Buffer Menu)}
+@item {
+@kindex { @r{(Buffer Menu)}
@findex tabulated-list-narrow-current-column
-Make the current column contract its width by @var{n} (the prefix numeric
+Narrow the current column width by @var{n} (the prefix numeric
argument) characters.
@item T
(define-key map "n" 'next-line)
(define-key map "p" 'previous-line)
(define-key map "S" 'tabulated-list-sort)
- (define-key map "w" 'tabulated-list-widen-current-column)
- (define-key map "c" 'tabulated-list-narrow-current-column)
+ (define-key map "}" 'tabulated-list-widen-current-column)
+ (define-key map "{" 'tabulated-list-narrow-current-column)
(define-key map [follow-link] 'mouse-face)
(define-key map [mouse-2] 'mouse-select-window)
map)