[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master cd311e2: ; * doc/lispref/modes.texi (Tabulated List Mode): Fix ma
From: |
Eli Zaretskii |
Subject: |
master cd311e2: ; * doc/lispref/modes.texi (Tabulated List Mode): Fix markup. |
Date: |
Tue, 2 Nov 2021 12:52:06 -0400 (EDT) |
branch: master
commit cd311e2246f982e1543cddd93fc190cefc141c8e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * doc/lispref/modes.texi (Tabulated List Mode): Fix markup.
---
doc/lispref/modes.texi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index ee19da5..bc5c08c 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master cd311e2: ; * doc/lispref/modes.texi (Tabulated List Mode): Fix markup.,
Eli Zaretskii <=