diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-15 18:54:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-15 18:54:13 +0000 |
commit | a3f1aee1b7d3382d83380a1a3ecdb19a6c347bd8 (patch) | |
tree | 8720fb331253d4828a011f64e63bab6a8b9a8d1a | |
parent | 0651c58534bea5442b211c0ae23c1430d9ba1a1c (diff) | |
download | emacs-a3f1aee1b7d3382d83380a1a3ecdb19a6c347bd8.tar.gz |
Minor clarification.
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2198,7 +2198,8 @@ See the sections below for details. ** Since `format' preserves text properties, the idiom `(format "%s" foo)' no longer works to copy and remove properties. -Use `copy-sequence' and `set-text-properties'. +Use `copy-sequence' to copy the string, then use `set-text-properties' +to remove the properties of the copy. ** Since the `keymap' text property now has significance, some code which uses both `local-map' and `keymap' properties (for portability) |