summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-11-15 13:37:16 +0000
committerGerd Moellmann <gerd@gnu.org>2000-11-15 13:37:16 +0000
commitc9e73000c040bb6248fc07050b4e5b0f8c906b0d (patch)
tree069d389c1b12f6f6b84c7dbb6e34437bf30e58db
parent8e42f043315b3f86491a569caa54c0365954e475 (diff)
downloademacs-c9e73000c040bb6248fc07050b4e5b0f8c906b0d.tar.gz
*** empty log message ***
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8c4ef510bbb..6c53c229db7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3890,13 +3890,13 @@ as display specification.
*** Other display properties
-- :space-width FACTOR
+- (space-width FACTOR)
Specifies that space characters in the text having that property
should be displayed FACTOR times as wide as normal; FACTOR must be an
integer or float.
-- :height HEIGHT
+- (height HEIGHT)
Display text having this property in a font that is smaller or larger.
@@ -3915,13 +3915,13 @@ height as argument. The function should return the new height to use.
Otherwise, HEIGHT is evaluated to get the new height, with the symbol
`height' bound to the current specified font height.
-- :raise FACTOR
+- (raise FACTOR)
FACTOR must be a number, specifying a multiple of the current
font's height. If it is positive, that means to display the characters
raised. If it is negative, that means to display them lower down. The
amount of raising or lowering is computed without taking account of the
-`:height' subproperty.
+`height' subproperty.
*** Conditional display properties