aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-02 07:57:56 +0000
committerEli Zaretskii2001-02-02 07:57:56 +0000
commit9b2a085d258bfbee507a49c41e8bccd74efcb880 (patch)
tree6658d012f43362d45f63cdeb1ba519961e6819f9 /etc
parenteb24d0bfe76cd1b0fd40dcb65fabe767af55e53f (diff)
downloademacs-9b2a085d258bfbee507a49c41e8bccd74efcb880.tar.gz
emacs-9b2a085d258bfbee507a49c41e8bccd74efcb880.zip
Several typos fixed. From Juanma Barranquero <lektu@uol.com.br>.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fabbadcbd65..051c8db9e0d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2111,7 +2111,7 @@ may require changes to existing code. Here is a list for reference.
2111See the sections below for details. 2111See the sections below for details.
2112 2112
2113** Since `format' preserves text properties, the idiom 2113** Since `format' preserves text properties, the idiom
2114`(format %s foo)' no longer works to copy and remove properties. 2114`(format "%s" foo)' no longer works to copy and remove properties.
2115Use `copy-sequence' and `set-text-properties'. 2115Use `copy-sequence' and `set-text-properties'.
2116 2116
2117** Since the `keymap' text property now has significance, some code 2117** Since the `keymap' text property now has significance, some code
@@ -2386,7 +2386,7 @@ eight-bit-graphic.
2386 2386
2387** Fontsets are now implemented using char-tables. 2387** Fontsets are now implemented using char-tables.
2388 2388
2389A fontset can now be specified for for each independent character, for 2389A fontset can now be specified for each independent character, for
2390a group of characters or for a character set rather than just for a 2390a group of characters or for a character set rather than just for a
2391character set as previously. 2391character set as previously.
2392 2392
@@ -2400,7 +2400,7 @@ range FROM and TO (inclusive). CHARACTER may be a charset. In that
2400case FONTNAME is used for all character in the charset. 2400case FONTNAME is used for all character in the charset.
2401 2401
2402FONTNAME may be a cons (FAMILY . REGISTRY), where FAMILY is the family 2402FONTNAME may be a cons (FAMILY . REGISTRY), where FAMILY is the family
2403name of a font and REGSITRY is a registry name of a font. 2403name of a font and REGISTRY is a registry name of a font.
2404 2404
2405*** Variable x-charset-registry has been deleted. The default charset 2405*** Variable x-charset-registry has been deleted. The default charset
2406registries of character sets are set in the default fontset 2406registries of character sets are set in the default fontset
@@ -3583,7 +3583,7 @@ Return the position closest to NEW-POS that is in the same field as OLD-POS.
3583 3583
3584A field is a region of text with the same `field' property. 3584A field is a region of text with the same `field' property.
3585If NEW-POS is nil, then the current point is used instead, and set to the 3585If NEW-POS is nil, then the current point is used instead, and set to the
3586constrained position if that is is different. 3586constrained position if that is different.
3587 3587
3588If OLD-POS is at the boundary of two fields, then the allowable 3588If OLD-POS is at the boundary of two fields, then the allowable
3589positions for NEW-POS depends on the value of the optional argument 3589positions for NEW-POS depends on the value of the optional argument