From 19bb7940586e64df046498dd9e2dab27f334755e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 30 Dec 2005 16:34:23 +0000 Subject: [PATCH] (Changing Properties): Don't use return value of set-text-properties. --- lispref/ChangeLog | 5 +++++ lispref/text.texi | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f2fde2261ac..f3b812390a1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-12-30 Richard M. Stallman + + * text.texi (Changing Properties): + Don't use return value of set-text-properties. + 2005-12-29 Luc Teirlinck * modes.texi (Mode Line Format): Correct typo in menu. diff --git a/lispref/text.texi b/lispref/text.texi index b8d727efca4..b37715be5a0 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -2735,6 +2735,8 @@ from the specified range of text. Here's an example: @example (set-text-properties @var{start} @var{end} nil) @end example + +Do not rely on the return value of this function. @end defun The easiest way to make a string with text properties -- 2.39.5