]> code.delx.au - gnu-emacs/blobdiff - src/intervals.c
Merge from trunk.
[gnu-emacs] / src / intervals.c
index 6f8dda4294eb26bef8e72da3493bb4b6522463a2..ecb37495a04dc832a14228130c97f32f1707cfc1 100644 (file)
@@ -1900,7 +1900,7 @@ set_point (ptrdiff_t charpos)
    current buffer, and the invisible property has a `stickiness' such that
    inserting a character at position POS would inherit the property it,
    return POS + ADJ, otherwise return POS.  If TEST_INTANG is non-zero,
-   then intangibility is required as well as invisibleness.
+   then intangibility is required as well as invisibility.
 
    TEST_OFFS should be either 0 or -1, and ADJ should be either 1 or -1.