From 438af2764d2c2032d27e56f84ed68de960c173c0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 4 Jun 2026 09:42:56 +0300 Subject: [PATCH] ; * doc/lispref/text.texi (Mode-Specific Indent): Fix markup. --- doc/lispref/text.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index ac010fe332b..6fcc1b0a078 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -2625,7 +2625,8 @@ avoid calling @code{widen} in their indentation code and obey @defvar prog-indentation-context This variable, when non-@code{nil}, holds the indentation context for the sub-mode's indentation engine provided by the superior major mode. -The value should be a list of the form @code{(@var{first-column} . @var{rest})}. +The value should be a list of the form @w{@code{(@var{first-column} +. @var{rest})}}. The members of the list have the following meaning: @table @var