aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-15 00:09:05 +0000
committerGerd Moellmann1999-10-15 00:09:05 +0000
commitb246b1f66ddc8e4613e3e87f3788fc57e52a50ce (patch)
tree16972eb2723cc26250db5cc65270e8f758942984 /etc
parent06482119e24c8ee2befec32ba7abbbf05150b767 (diff)
downloademacs-b246b1f66ddc8e4613e3e87f3788fc57e52a50ce.tar.gz
emacs-b246b1f66ddc8e4613e3e87f3788fc57e52a50ce.zip
Some typos fixed.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c23833a8b93..f7a946ed698 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -778,7 +778,7 @@ Example:
778 (s2 "world")) 778 (s2 "world"))
779 (put-text-property 0 (length s1) 'face 'bold s1) 779 (put-text-property 0 (length s1) 'face 'bold s1)
780 (put-text-property 0 (length s2) 'face 'italic s2) 780 (put-text-property 0 (length s2) 'face 'italic s2)
781 (format s1 s2) 781 (format s1 s2))
782 782
783results in a bold-face string with an italic `world' at the end. 783results in a bold-face string with an italic `world' at the end.
784 784
@@ -977,7 +977,7 @@ since the use of too many or too big scalable fonts may crash XFree86
977servers. 977servers.
978 978
979To enable scalable font use, set the variable 979To enable scalable font use, set the variable
980`scalable-fonts-allowed'. A value of nil, the default, means nver use 980`scalable-fonts-allowed'. A value of nil, the default, means never use
981scalable fonts. A value of t means any scalable font may be used. 981scalable fonts. A value of t means any scalable font may be used.
982Otherwise, the value must be a list of regular expressions. A 982Otherwise, the value must be a list of regular expressions. A
983scalable font may then be used if it matches a regular expression from 983scalable font may then be used if it matches a regular expression from
@@ -1277,7 +1277,7 @@ may be present in the image specification.
1277 1277
1278*** Supported image types 1278*** Supported image types
1279 1279
1280**** XBM, iamge type `xbm'. 1280**** XBM, image type `xbm'.
1281 1281
1282XBM images don't require an external library. Additional image 1282XBM images don't require an external library. Additional image
1283properties supported are 1283properties supported are
@@ -1405,12 +1405,12 @@ Additional image properties supported are:
1405`:pt-width WIDTH' 1405`:pt-width WIDTH'
1406 1406
1407WIDTH is width of the image in pt (1/72 inch). WIDTH must be an 1407WIDTH is width of the image in pt (1/72 inch). WIDTH must be an
1408integer. This is an required property. 1408integer. This is a required property.
1409 1409
1410`:pt-height HEIGHT' 1410`:pt-height HEIGHT'
1411 1411
1412HEIGHT specifies the height of the image in pt (1/72 inch). HEIGHT 1412HEIGHT specifies the height of the image in pt (1/72 inch). HEIGHT
1413must be an integer. This is an required property. 1413must be a integer. This is an required property.
1414 1414
1415`:bounding-box BOX' 1415`:bounding-box BOX'
1416 1416