mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Restore vtable.texi lines removed by accident
* doc/misc/vtable.texi (Introduction): Restore lines inadvertently removed.
This commit is contained in:
parent
574ae74caa
commit
4ed8fc71f5
1 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,8 @@ version of @kbd{M-x list-buffers}:
|
|||
(make-vtable
|
||||
:columns '("Name" "Size" "File")
|
||||
:objects (buffer-list)
|
||||
:actions '("k" kill-buffer
|
||||
"RET" display-buffer)
|
||||
:getter (lambda (object column vtable)
|
||||
(pcase (vtable-column vtable column)
|
||||
("Name" (buffer-name object))
|
||||
|
|
|
|||
Loading…
Reference in a new issue