summaryrefslogtreecommitdiff
path: root/devdocs/elisp/format-properties.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/format-properties.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/format-properties.html')
-rw-r--r--devdocs/elisp/format-properties.html9
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 &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>