aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-15 18:53:38 +0000
committerRichard M. Stallman2001-11-15 18:53:38 +0000
commitbd1190d7050962270c99edef8ab9787d32b28f0e (patch)
tree6134d87899a94db1ceeab933ca04b87a866e1e94
parent9f7e52b4de1a3e79d69002c3d5491dde26826f01 (diff)
downloademacs-bd1190d7050962270c99edef8ab9787d32b28f0e.tar.gz
emacs-bd1190d7050962270c99edef8ab9787d32b28f0e.zip
Minor clarification.
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0613ba3166a..d7a0d991546 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2413,7 +2413,8 @@ See the sections below for details.
2413 2413
2414** Since `format' preserves text properties, the idiom 2414** Since `format' preserves text properties, the idiom
2415`(format "%s" foo)' no longer works to copy and remove properties. 2415`(format "%s" foo)' no longer works to copy and remove properties.
2416Use `copy-sequence' and `set-text-properties'. 2416Use `copy-sequence' to copy the string, then use `set-text-properties'
2417to remove the properties of the copy.
2417 2418
2418** Since the `keymap' text property now has significance, some code 2419** Since the `keymap' text property now has significance, some code
2419which uses both `local-map' and `keymap' properties (for portability) 2420which uses both `local-map' and `keymap' properties (for portability)