summaryrefslogtreecommitdiff
path: root/devdocs/elisp/format-properties.html
blob: 8719833eebe1e0530afdc64ccd1ccff1fb824bcf (plain)
1
2
3
4
5
6
7
8
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>