diff options
| author | Richard M. Stallman | 2002-09-13 19:36:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-13 19:36:55 +0000 |
| commit | 8b6c1445c268de4c7b8a8ab6d10b560af230370c (patch) | |
| tree | 7427569cbb87cbdee9741bde4d44b15eb86333b0 | |
| parent | 95fb966a335f9dbc8be3d6d6d2448c0c8d50f025 (diff) | |
| download | emacs-8b6c1445c268de4c7b8a8ab6d10b560af230370c.tar.gz emacs-8b6c1445c268de4c7b8a8ab6d10b560af230370c.zip | |
Fix typo.
| -rw-r--r-- | lispref/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index 615db2d0860..5bfc0a2f46d 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -2973,7 +2973,7 @@ front-nonsticky by default, this makes @var{property} nonsticky in both | |||
| 2973 | directions by default. | 2973 | directions by default. |
| 2974 | 2974 | ||
| 2975 | The text properties @code{front-sticky} and @code{rear-nonsticky}, when | 2975 | The text properties @code{front-sticky} and @code{rear-nonsticky}, when |
| 2976 | used, take precedence over the default @var{nonstickiness} specifed in | 2976 | used, take precedence over the default @var{nonstickiness} specified in |
| 2977 | @code{text-property-default-nonsticky}. | 2977 | @code{text-property-default-nonsticky}. |
| 2978 | @end defvar | 2978 | @end defvar |
| 2979 | 2979 | ||