diff options
| author | Sean Whitton | 2025-04-18 14:31:50 +0800 |
|---|---|---|
| committer | Sean Whitton | 2025-04-18 14:31:50 +0800 |
| commit | b901290ae7f2e45a80a1d24a1b8d65f94e58b3ca (patch) | |
| tree | 5b622ccc5046a74fe946c480a6ef7b305774502e /doc | |
| parent | 16855c89dde64faeb10060be61b74876aacc76da (diff) | |
| download | emacs-b901290ae7f2e45a80a1d24a1b8d65f94e58b3ca.tar.gz emacs-b901290ae7f2e45a80a1d24a1b8d65f94e58b3ca.zip | |
* doc/lispref/text.texi (Margins): Grammar fix.
Author:
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/text.texi | 2 |
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. | |||
| 1931 | This function adjusts the indentation at the beginning of the current | 1931 | This function adjusts the indentation at the beginning of the current |
| 1932 | line to the value specified by the variable @code{left-margin}. (That | 1932 | line to the value specified by the variable @code{left-margin}. (That |
| 1933 | may involve either inserting or deleting whitespace.) This function | 1933 | may involve either inserting or deleting whitespace.) This function |
| 1934 | is value of @code{indent-line-function} in Paragraph-Indent Text mode. | 1934 | is 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 |