From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/format-properties.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 devdocs/elisp/format-properties.html (limited to 'devdocs/elisp/format-properties.html') 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 @@ -

Formatted Text Properties

These text properties affect the behavior of the fill commands. They are used for representing formatted text. See Filling, and Margins.

hard
-

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 use-hard-newlines minor mode is enabled. See Hard and Soft Newlines in The GNU Emacs Manual.

right-margin
-

This property specifies an extra right margin for filling this part of the text.

left-margin
-

This property specifies an extra left margin for filling this part of the text.

justification

This property specifies the style of justification for filling this part of the text.

-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Format-Properties.html -

-
-- cgit v1.2.3