diff options
| author | Richard M. Stallman | 2001-11-15 18:53:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-15 18:53:38 +0000 |
| commit | bd1190d7050962270c99edef8ab9787d32b28f0e (patch) | |
| tree | 6134d87899a94db1ceeab933ca04b87a866e1e94 | |
| parent | 9f7e52b4de1a3e79d69002c3d5491dde26826f01 (diff) | |
| download | emacs-bd1190d7050962270c99edef8ab9787d32b28f0e.tar.gz emacs-bd1190d7050962270c99edef8ab9787d32b28f0e.zip | |
Minor clarification.
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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. |
| 2416 | Use `copy-sequence' and `set-text-properties'. | 2416 | Use `copy-sequence' to copy the string, then use `set-text-properties' |
| 2417 | to 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 |
| 2419 | which uses both `local-map' and `keymap' properties (for portability) | 2420 | which uses both `local-map' and `keymap' properties (for portability) |