aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-10-05 21:05:33 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-10-05 21:05:33 +0000
commit19ffded36eade405077c0e4c9e1eb61724447ba5 (patch)
tree0ee45a40af63374a9d42712755ff8c8cfafc7809 /lib
parent98d77a418c568baa4821b6ee55779409c429d537 (diff)
Documentation.
Diffstat (limited to 'lib')
-rw-r--r--lib/span-overlay.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/span-overlay.el b/lib/span-overlay.el
index 5c047bed..1ddf77b7 100644
--- a/lib/span-overlay.el
+++ b/lib/span-overlay.el
@@ -251,7 +251,7 @@ Re-attaches SPAN if it was removed from the buffer."
(defun span-at-before (pt prop)
"Return the smallest SPAN at before PT with property PROP.
-A span is before PT if it covers the character before PT."
+A span is before PT if it begins before the character before PT."
(let ((prop-pt-p
(cond (prop (lambda (span)
(let ((start (span-start span)))