diff options
| author | Eli Zaretskii | 2018-12-07 17:14:32 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-12-07 17:14:32 +0200 |
| commit | 2b9e9937b41b4d5b20d551ac04bdcc253eeaa37a (patch) | |
| tree | f9d8212ea7a8e7d4db436e5d31ccf8a93e4b2ec6 | |
| parent | e5682025e6eb2393f1ec6b3d0a827adc0af908ab (diff) | |
| download | emacs-2b9e9937b41b4d5b20d551ac04bdcc253eeaa37a.tar.gz emacs-2b9e9937b41b4d5b20d551ac04bdcc253eeaa37a.zip | |
; * doc/lispref/text.texi (Special Properties): Fix wording. (Bug#33663)
| -rw-r--r-- | doc/lispref/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 477b8fce719..14cc4fba457 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -3395,7 +3395,7 @@ property is obsolete; use the @code{cursor-intangible} property instead. | |||
| 3395 | @kindex cursor-intangible @r{(text property)} | 3395 | @kindex cursor-intangible @r{(text property)} |
| 3396 | @findex cursor-intangible-mode | 3396 | @findex cursor-intangible-mode |
| 3397 | When the minor mode @code{cursor-intangible-mode} is turned on, point | 3397 | When the minor mode @code{cursor-intangible-mode} is turned on, point |
| 3398 | is moved away of any position that has a non-@code{nil} | 3398 | is moved away from any position that has a non-@code{nil} |
| 3399 | @code{cursor-intangible} property, just before redisplay happens. | 3399 | @code{cursor-intangible} property, just before redisplay happens. |
| 3400 | 3400 | ||
| 3401 | @item field | 3401 | @item field |