From 11f10a1b93bee6cdec57f03769cf0134bdb0316b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 18 Apr 2025 14:31:50 +0800 Subject: [PATCH] * doc/lispref/text.texi (Margins): Grammar fix. Author: (cherry picked from commit b901290ae7f2e45a80a1d24a1b8d65f94e58b3ca) --- 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 726a48f1161..bc76a54e598 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -1934,7 +1934,7 @@ they default to the whole buffer. This function adjusts the indentation at the beginning of the current line to the value specified by the variable @code{left-margin}. (That may involve either inserting or deleting whitespace.) This function -is value of @code{indent-line-function} in Paragraph-Indent Text mode. +is the value of @code{indent-line-function} in Paragraph-Indent Text mode. @end defun @defopt left-margin -- 2.39.5