* src/doc.c (Fsubstitute_command_keys): Restore the bit in the doc
string that mentions that text properties is removed (bug#17052).
output.
Return the original STRING if no substitutions are made.
-Otherwise, return a new string. */)
+Otherwise, return a new string (without any text properties). */)
(Lisp_Object string)
{
char *buf;
{
/* Nothing has changed other than quoting, so copy the string’s
text properties. FIXME: Text properties should survive other
- changes too. */
+ changes too; see bug#17052. */
INTERVAL interval_copy = copy_intervals (string_intervals (string),
0, SCHARS (string));
if (interval_copy)