diff options
| author | Eli Zaretskii | 2001-01-29 16:49:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-29 16:49:57 +0000 |
| commit | 2b5f21c23c4ce30f5904637846f83ba9e25ec1f2 (patch) | |
| tree | 21057998476fadc2d047b64aabd4a20b94852b54 /src | |
| parent | 4eefd9d2100d0a4e4a806851ffe89483026dfe66 (diff) | |
| download | emacs-2b5f21c23c4ce30f5904637846f83ba9e25ec1f2.tar.gz emacs-2b5f21c23c4ce30f5904637846f83ba9e25ec1f2.zip | |
(Fset_text_properties): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index 5342cc2380f..b29bca295a9 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -1217,7 +1217,8 @@ DEFUN ("set-text-properties", Fset_text_properties, | |||
| 1217 | "Completely replace properties of text from START to END.\n\ | 1217 | "Completely replace properties of text from START to END.\n\ |
| 1218 | The third argument PROPERTIES is the new property list.\n\ | 1218 | The third argument PROPERTIES is the new property list.\n\ |
| 1219 | The optional fourth argument, OBJECT,\n\ | 1219 | The optional fourth argument, OBJECT,\n\ |
| 1220 | is the string or buffer containing the text.") | 1220 | is the string or buffer containing the text. |
| 1221 | If OBJECT is omitted or nil, it defaults to the current buffer.") | ||
| 1221 | (start, end, properties, object) | 1222 | (start, end, properties, object) |
| 1222 | Lisp_Object start, end, properties, object; | 1223 | Lisp_Object start, end, properties, object; |
| 1223 | { | 1224 | { |