diff options
| author | Eli Zaretskii | 2013-09-13 11:26:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-09-13 11:26:03 +0300 |
| commit | 3509fb4083986c2d2d4b98f114abbf0a11564105 (patch) | |
| tree | 0771857747912e801b1cbb106d7afd42b89313a4 /doc | |
| parent | 1143ebe1e015b36d0b2da74c1418f3f8b693bb09 (diff) | |
| download | emacs-3509fb4083986c2d2d4b98f114abbf0a11564105.tar.gz emacs-3509fb4083986c2d2d4b98f114abbf0a11564105.zip | |
doc/lispref/text.texi (Not Intervals): Minor wording fix.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ed073456e7e..b37fa4e64f3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | 2013-09-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * text.texi (Not Intervals): Minor wording fix. | ||
| 4 | |||
| 1 | 2013-09-12 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-09-12 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 6 | ||
| 3 | * functions.texi (Obsolete Functions): Add an index for obsolete functions. | 7 | * functions.texi (Obsolete Functions): Add an index for obsolete |
| 8 | functions. | ||
| 4 | 9 | ||
| 5 | 2013-09-11 Xue Fuqiao <xfq.free@gmail.com> | 10 | 2013-09-11 Xue Fuqiao <xfq.free@gmail.com> |
| 6 | 11 | ||
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index c4250f2f0ba..aa19338ddaf 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -3920,10 +3920,11 @@ between one interval and two. | |||
| 3920 | Insertion of text at the border between intervals also raises | 3920 | Insertion of text at the border between intervals also raises |
| 3921 | questions that have no satisfactory answer. | 3921 | questions that have no satisfactory answer. |
| 3922 | 3922 | ||
| 3923 | However, it is easy to arrange for editing to behave consistently for | 3923 | However, it is easy to arrange for editing to behave consistently |
| 3924 | questions of the form, ``What are the properties of this character?'' | 3924 | for questions of the form, ``What are the properties of text at this |
| 3925 | So we have decided these are the only questions that make sense; we have | 3925 | buffer or string position?'' So we have decided these are the only |
| 3926 | not implemented asking questions about where intervals start or end. | 3926 | questions that make sense; we have not implemented asking questions |
| 3927 | about where intervals start or end. | ||
| 3927 | 3928 | ||
| 3928 | In practice, you can usually use the text property search functions in | 3929 | In practice, you can usually use the text property search functions in |
| 3929 | place of explicit interval boundaries. You can think of them as finding | 3930 | place of explicit interval boundaries. You can think of them as finding |