diff options
| author | Joakim Verona | 2012-09-10 16:03:53 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-09-10 16:03:53 +0200 |
| commit | b035a30e5cd2f34fedc04c253eeb5a11afed8145 (patch) | |
| tree | b9350cce389602f4967bdc1beed745929155ad5d /src/textprop.c | |
| parent | 4a37733c693d59a9b83a3fb2d0c7f9461d149f60 (diff) | |
| parent | a31a4cdacb196cc96dcb9bd229edb1d635e01344 (diff) | |
| download | emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.tar.gz emacs-b035a30e5cd2f34fedc04c253eeb5a11afed8145.zip | |
upstream
Diffstat (limited to 'src/textprop.c')
| -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 b6895fc426a..2a9efba1c45 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -556,7 +556,8 @@ If POSITION is at the end of OBJECT, the value is nil. */) | |||
| 556 | 556 | ||
| 557 | DEFUN ("get-text-property", Fget_text_property, Sget_text_property, 2, 3, 0, | 557 | DEFUN ("get-text-property", Fget_text_property, Sget_text_property, 2, 3, 0, |
| 558 | doc: /* Return the value of POSITION's property PROP, in OBJECT. | 558 | doc: /* Return the value of POSITION's property PROP, in OBJECT. |
| 559 | OBJECT is optional and defaults to the current buffer. | 559 | OBJECT should be a buffer or a string; if omitted or nil, it defaults |
| 560 | to the current buffer. | ||
| 560 | If POSITION is at the end of OBJECT, the value is nil. */) | 561 | If POSITION is at the end of OBJECT, the value is nil. */) |
| 561 | (Lisp_Object position, Lisp_Object prop, Lisp_Object object) | 562 | (Lisp_Object position, Lisp_Object prop, Lisp_Object object) |
| 562 | { | 563 | { |