diff options
Diffstat (limited to 'src/textprop.c')
| -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 a1c7593f568..8c63a58cf83 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -2227,7 +2227,7 @@ This also inhibits the use of the `intangible' text property. */); | |||
| 2227 | 2227 | ||
| 2228 | DEFVAR_LISP ("text-property-default-nonsticky", | 2228 | DEFVAR_LISP ("text-property-default-nonsticky", |
| 2229 | Vtext_property_default_nonsticky, | 2229 | Vtext_property_default_nonsticky, |
| 2230 | doc: /* Alist of properties vs the corresponding non-stickinesses. | 2230 | doc: /* Alist of properties vs the corresponding non-stickiness. |
| 2231 | Each element has the form (PROPERTY . NONSTICKINESS). | 2231 | Each element has the form (PROPERTY . NONSTICKINESS). |
| 2232 | 2232 | ||
| 2233 | If a character in a buffer has PROPERTY, new text inserted adjacent to | 2233 | If a character in a buffer has PROPERTY, new text inserted adjacent to |