aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-11-02 18:51:35 +0200
committerEli Zaretskii2021-11-02 18:51:35 +0200
commitcd311e2246f982e1543cddd93fc190cefc141c8e (patch)
tree6c2f360d2f229589b1c28f4835eebe569301ad2c
parent2612488c36e6306f3624bb9082004b499f9da354 (diff)
downloademacs-cd311e2246f982e1543cddd93fc190cefc141c8e.tar.gz
emacs-cd311e2246f982e1543cddd93fc190cefc141c8e.zip
; * doc/lispref/modes.texi (Tabulated List Mode): Fix markup.
-rw-r--r--doc/lispref/modes.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index ee19da55dc9..bc5c08c687c 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -1150,10 +1150,10 @@ re-sorting entries. Comparison is done with @code{equal}.
1150@item 1150@item
1151@var{contents} is a vector with the same number of elements as 1151@var{contents} is a vector with the same number of elements as
1152@code{tabulated-list-format}. Each vector element is either a string, 1152@code{tabulated-list-format}. Each vector element is either a string,
1153which is inserted into the buffer as-is, an image descriptor, which is 1153which is inserted into the buffer as-is; an image descriptor, which is
1154used to insert an image (@pxref{Image Descriptors}), or a list 1154used to insert an image (@pxref{Image Descriptors}); or a list
1155@code{(@var{label} . @var{properties})}, which means to insert a text 1155@w{@code{(@var{label} . @var{properties})}}, which means to insert a
1156button by calling @code{insert-text-button} with @var{label} and 1156text button by calling @code{insert-text-button} with @var{label} and
1157@var{properties} as arguments (@pxref{Making Buttons}). 1157@var{properties} as arguments (@pxref{Making Buttons}).
1158 1158
1159There should be no newlines in any of these strings. 1159There should be no newlines in any of these strings.