diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /src/textprop.c | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
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 |