From: Richard M. Stallman Date: Fri, 30 Dec 2005 16:34:23 +0000 (+0000) Subject: (Changing Properties): Don't use return value of set-text-properties. X-Git-Tag: emacs-pretest-22.0.90~4968 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19bb7940586e64df046498dd9e2dab27f334755e;p=emacs.git (Changing Properties): Don't use return value of set-text-properties. --- 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