diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index f50ef08a223..0a591d0e05f 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -737,7 +737,7 @@ DEFUN ("previous-char-property-change", Fprevious_char_property_change, | |||
| 737 | Scans characters backward in the current buffer from POSITION till it | 737 | Scans characters backward in the current buffer from POSITION till it |
| 738 | finds a change in some text property, or the beginning or end of an | 738 | finds a change in some text property, or the beginning or end of an |
| 739 | overlay, and returns the position of that. | 739 | overlay, and returns the position of that. |
| 740 | If none is found, and LIMIT is nil or imitted, the function | 740 | If none is found, and LIMIT is nil or omitted, the function |
| 741 | returns (point-min). | 741 | returns (point-min). |
| 742 | 742 | ||
| 743 | If the optional second argument LIMIT is non-nil, the function doesn't | 743 | If the optional second argument LIMIT is non-nil, the function doesn't |