From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/format-properties.html | 9 +++++++++ 1 file changed, 9 insertions(+) create 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 new file mode 100644 index 00000000..8719833e --- /dev/null +++ b/devdocs/elisp/format-properties.html @@ -0,0 +1,9 @@ +

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