diff options
| author | David Aspinall | 1999-10-06 10:58:43 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-10-06 10:58:43 +0000 |
| commit | 6dc8dc55d1ef1c742f71d8c0388388bb6b131ed4 (patch) | |
| tree | 7fd9cf8acb29d32bb0ed359fa7331d1cf01c2e88 /generic/span-extent.el | |
| parent | 0f4228ff072e374d439e88bd60dea9cc04473379 (diff) | |
docstrings
Diffstat (limited to 'generic/span-extent.el')
| -rw-r--r-- | generic/span-extent.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/span-extent.el b/generic/span-extent.el index a84f91c9..786eaf76 100644 --- a/generic/span-extent.el +++ b/generic/span-extent.el @@ -76,11 +76,11 @@ A span is before PT if it covers the character before PT." (extent-at pt nil prop nil 'before)) (defsubst span-start (span) - "Return the start position of SPAN." + "Return the start position of SPAN, or nil if SPAN is detatched." (extent-start-position span)) (defsubst span-end (span) - "Return the end position of SPAN." + "Return the end position of SPAN, or nil if SPAN is detatched." (extent-end-position span)) (defsubst prev-span (span prop) |
