diff options
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textprop.c b/src/textprop.c index aad090c5b41..566b2962a63 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -838,8 +838,8 @@ In a buffer, it runs to (point-min), and the value cannot be less than that. | |||
| 838 | The property values are compared with `eq'. | 838 | The property values are compared with `eq'. |
| 839 | If the property is constant all the way to the start of OBJECT, return the | 839 | If the property is constant all the way to the start of OBJECT, return the |
| 840 | first valid position in OBJECT. | 840 | first valid position in OBJECT. |
| 841 | If the optional fourth argument LIMIT is non-nil, don't search | 841 | If the optional fourth argument LIMIT is non-nil, don't search back past |
| 842 | back past position LIMIT; return LIMIT if nothing is found before LIMIT. */) | 842 | position LIMIT; return LIMIT if nothing is found before reaching LIMIT. */) |
| 843 | (Lisp_Object position, Lisp_Object prop, Lisp_Object object, Lisp_Object limit) | 843 | (Lisp_Object position, Lisp_Object prop, Lisp_Object object, Lisp_Object limit) |
| 844 | { | 844 | { |
| 845 | if (STRINGP (object)) | 845 | if (STRINGP (object)) |