]> git.eshelyaron.com Git - emacs.git/commit
Fix alignment and documentation of vtable.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Sep 2024 08:27:03 +0000 (11:27 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 8 Sep 2024 11:24:20 +0000 (13:24 +0200)
commit4994d6332361798a1cd45e5088bfb94b56d8fab6
tree1c6da6ca8e9d413b83348b8e213fc003a0f1a908
parent457e210efe359e48e18cfdf0676f69d26b70133c
Fix alignment and documentation of vtable.el

* lisp/emacs-lisp/vtable.el (vtable--insert-header-line): Ensure
proper alignment between the columns in header-line and in the
body of the table.  (Bug#73032)

* doc/misc/vtable.texi (Making A Table): Document the defaults of
the various keyword parameters.

(cherry picked from commit 04c44405bf604380c575fa2a4d9611af0f3bc0d9)
doc/misc/vtable.texi
lisp/emacs-lisp/vtable.el