]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/modes.texi (Tabulated List Mode): Fix markup.
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Nov 2021 16:51:35 +0000 (18:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Nov 2021 16:51:35 +0000 (18:51 +0200)
doc/lispref/modes.texi

index ee19da55dc9508aeeeae12ca713c1cf88987e595..bc5c08c687c3cf682c61b524a600e551cf64cc16 100644 (file)
@@ -1150,10 +1150,10 @@ re-sorting entries.  Comparison is done with @code{equal}.
 @item
 @var{contents} is a vector with the same number of elements as
 @code{tabulated-list-format}.  Each vector element is either a string,
-which is inserted into the buffer as-is, an image descriptor, which is
-used to insert an image (@pxref{Image Descriptors}), or a list
-@code{(@var{label} . @var{properties})}, which means to insert a text
-button by calling @code{insert-text-button} with @var{label} and
+which is inserted into the buffer as-is; an image descriptor, which is
+used to insert an image (@pxref{Image Descriptors}); or a list
+@w{@code{(@var{label} . @var{properties})}}, which means to insert a
+text button by calling @code{insert-text-button} with @var{label} and
 @var{properties} as arguments (@pxref{Making Buttons}).
 
 There should be no newlines in any of these strings.