From 6b3991940885e2c13ff23ff72830e18b425ee74d Mon Sep 17 00:00:00 2001 From: Karl Stump <36189+kes@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:25:04 -0400 Subject: [PATCH] ; Fix typo in prog-indentation-context documentation (bug#81180) Copyright-paperwork-exempt: yes --- doc/lispref/text.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 5ef6cbebfb9..ac010fe332b 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -2625,7 +2625,7 @@ 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 @code{(@var{first-column} . @var{rest})}. The members of the list have the following meaning: @table @var