diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-03-25 13:38:23 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-03-25 13:45:12 +0100 |
commit | f7fb73ebe42a4f7e5b00583aa38e7bcbd86911d7 (patch) | |
tree | c430e966936c0822013333103726b0c85d3754f5 | |
parent | 8e0ace084d46ae8758b8f6ba36be31059f201537 (diff) |
sw clearing breaks: add help for this
Explain what the 3 non-default options do.
Change-Id: Ic94d09dd05dd6319f26120784e7bc6d1025f850c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132118
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | source/text/swriter/01/04010000.xhp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/text/swriter/01/04010000.xhp b/source/text/swriter/01/04010000.xhp index 3db8209a59..3c39f593f9 100644 --- a/source/text/swriter/01/04010000.xhp +++ b/source/text/swriter/01/04010000.xhp @@ -44,6 +44,9 @@ <h3 id="hd_id3154097" xml-lang="en-US">Line Break</h3> <section id="row_break"> <paragraph id="par_id3149805" role="paragraph" xml-lang="en-US">Ends the current line, and moves the text found to the right of the cursor to the next line, without creating a new paragraph.</paragraph> +<paragraph id="par_id3149806" role="paragraph" xml-lang="en-US">The restart location specifies if +the next line will start immediately after the previous line, at the first unblocked line on the +left, at the first unblocked line on the right or at the first full line.</paragraph> <tip id="par_id3149685" xml-lang="en-US">You can also insert a line break by pressing <keycode>Shift+Enter</keycode>.</tip> </section> |