From: Richard M. Stallman Date: Thu, 15 Nov 2001 18:53:38 +0000 (+0000) Subject: Minor clarification. X-Git-Tag: ttn-vms-21-2-B4~18534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd1190d7050962270c99edef8ab9787d32b28f0e;p=emacs.git Minor clarification. --- 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. ** 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)