comparison lispref/text.texi @ 47475:ee41d5989edf

Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Fri, 13 Sep 2002 19:36:55 +0000
parents 73b33fa2ec78
children 55666b1c590b
comparison
equal deleted inserted replaced
47474:e01f6abb02a0 47475:ee41d5989edf
2971 @var{property} is rear-nonsticky by default. Since all properties are 2971 @var{property} is rear-nonsticky by default. Since all properties are
2972 front-nonsticky by default, this makes @var{property} nonsticky in both 2972 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
2980 Here are the functions that insert text with inheritance of properties: 2980 Here are the functions that insert text with inheritance of properties:
2981 2981