diff options
| author | Richard M. Stallman | 2005-12-30 16:34:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-30 16:34:23 +0000 |
| commit | 19bb7940586e64df046498dd9e2dab27f334755e (patch) | |
| tree | 21bfe51036198c9111494612f1321794f0febd18 | |
| parent | fc8dc7cf56ee13e23a63ef0c42fab5701c89afdb (diff) | |
| download | emacs-19bb7940586e64df046498dd9e2dab27f334755e.tar.gz emacs-19bb7940586e64df046498dd9e2dab27f334755e.zip | |
(Changing Properties): Don't use return value of set-text-properties.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/text.texi | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f2fde2261ac..f3b812390a1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-12-30 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * text.texi (Changing Properties): | ||
| 4 | Don't use return value of set-text-properties. | ||
| 5 | |||
| 1 | 2005-12-29 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2005-12-29 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * modes.texi (Mode Line Format): Correct typo in menu. | 8 | * 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: | |||
| 2735 | @example | 2735 | @example |
| 2736 | (set-text-properties @var{start} @var{end} nil) | 2736 | (set-text-properties @var{start} @var{end} nil) |
| 2737 | @end example | 2737 | @end example |
| 2738 | |||
| 2739 | Do not rely on the return value of this function. | ||
| 2738 | @end defun | 2740 | @end defun |
| 2739 | 2741 | ||
| 2740 | The easiest way to make a string with text properties | 2742 | The easiest way to make a string with text properties |