diff options
Diffstat (limited to 'devdocs/elisp/format-properties.html')
| -rw-r--r-- | devdocs/elisp/format-properties.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devdocs/elisp/format-properties.html b/devdocs/elisp/format-properties.html deleted file mode 100644 index 8719833e..00000000 --- a/devdocs/elisp/format-properties.html +++ /dev/null @@ -1,9 +0,0 @@ - <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> |
