emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 f28a557c7d4: * doc/lispref/modes.texi (Tabulated List Mode): Up


From: Juri Linkov
Subject: emacs-29 f28a557c7d4: * doc/lispref/modes.texi (Tabulated List Mode): Update.
Date: Wed, 21 Feb 2024 12:43:58 -0500 (EST)

branch: emacs-29
commit f28a557c7d4b39f302630ed2b19a73fc375e7ff4
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * doc/lispref/modes.texi (Tabulated List Mode): Update.
    
    In the description of 'tabulated-list-format' document
    the missing value 'props' that was added long ago.
---
 doc/lispref/modes.texi | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index bd4c055c2c2..9fe4d332a21 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -1124,7 +1124,7 @@ column is sorted in the descending order.
 This buffer-local variable specifies the format of the Tabulated List
 data.  Its value should be a vector.  Each element of the vector
 represents a data column, and should be a list @code{(@var{name}
-@var{width} @var{sort})}, where
+@var{width} @var{sort} . @var{props})}, where
 
 @itemize
 @item
@@ -1141,6 +1141,13 @@ sorted by comparing string values.  Otherwise, this 
should be a
 predicate function for @code{sort} (@pxref{Rearrangement}), which
 accepts two arguments with the same form as the elements of
 @code{tabulated-list-entries} (see below).
+
+@item
+@var{props} is a plist (@pxref{Property Lists}) of additional column
+properties.  If the value of the property @code{:right-align} is
+non-@code{nil} then the column should be right-aligned.  And the
+property @code{:pad-right} specifies the number of additional padding
+spaces to the right of the column (by default 1 if omitted).
 @end itemize
 @end defvar
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]