summaryrefslogtreecommitdiff
path: root/devdocs/elisp/format-properties.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/elisp/format-properties.html')
-rw-r--r--devdocs/elisp/format-properties.html9
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 &copy; 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>