aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton2025-04-18 14:31:50 +0800
committerSean Whitton2025-04-18 14:31:50 +0800
commitb901290ae7f2e45a80a1d24a1b8d65f94e58b3ca (patch)
tree5b622ccc5046a74fe946c480a6ef7b305774502e /doc
parent16855c89dde64faeb10060be61b74876aacc76da (diff)
downloademacs-b901290ae7f2e45a80a1d24a1b8d65f94e58b3ca.tar.gz
emacs-b901290ae7f2e45a80a1d24a1b8d65f94e58b3ca.zip
* doc/lispref/text.texi (Margins): Grammar fix.
Author:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index f3cf0294c81..8329a67d6c2 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -1931,7 +1931,7 @@ they default to the whole buffer.
1931This function adjusts the indentation at the beginning of the current 1931This function adjusts the indentation at the beginning of the current
1932line to the value specified by the variable @code{left-margin}. (That 1932line to the value specified by the variable @code{left-margin}. (That
1933may involve either inserting or deleting whitespace.) This function 1933may involve either inserting or deleting whitespace.) This function
1934is value of @code{indent-line-function} in Paragraph-Indent Text mode. 1934is the value of @code{indent-line-function} in Paragraph-Indent Text mode.
1935@end defun 1935@end defun
1936 1936
1937@defopt left-margin 1937@defopt left-margin