diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/format-properties.html | |
new repository
Diffstat (limited to 'devdocs/elisp/format-properties.html')
| -rw-r--r-- | devdocs/elisp/format-properties.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devdocs/elisp/format-properties.html b/devdocs/elisp/format-properties.html new file mode 100644 index 00000000..8719833e --- /dev/null +++ b/devdocs/elisp/format-properties.html @@ -0,0 +1,9 @@ + <h4 class="subsection">Formatted Text Properties</h4> <p>These text properties affect the behavior of the fill commands. They are used for representing formatted text. See <a href="filling">Filling</a>, and <a href="margins">Margins</a>. </p> <dl compact> <dt><code>hard</code></dt> <dd> +<p>If a newline character has this property, it is a “hard” newline. The fill commands do not alter hard newlines and do not move words across them. However, this property takes effect only if the <code>use-hard-newlines</code> minor mode is enabled. See <a href="https://www.gnu.org/software/emacs/manual/html_node/emacs/Hard-and-Soft-Newlines.html#Hard-and-Soft-Newlines">Hard and Soft Newlines</a> in <cite>The GNU Emacs Manual</cite>. </p> </dd> <dt><code>right-margin</code></dt> <dd> +<p>This property specifies an extra right margin for filling this part of the text. </p> </dd> <dt><code>left-margin</code></dt> <dd> +<p>This property specifies an extra left margin for filling this part of the text. </p> </dd> <dt><code>justification</code></dt> <dd><p>This property specifies the style of justification for filling this part of the text. </p></dd> </dl><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Format-Properties.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Format-Properties.html</a> + </p> +</div> |
