diff options
| author | Richard M. Stallman | 2007-04-11 15:07:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-11 15:07:05 +0000 |
| commit | d95c8be369b3582e39073f1ce8553357ffadc640 (patch) | |
| tree | 328620e52f702cb2f296f812948be53963e75ba9 | |
| parent | 5df5344d8d8da0abab1638109093e53f4ac725bc (diff) | |
| download | emacs-d95c8be369b3582e39073f1ce8553357ffadc640.tar.gz emacs-d95c8be369b3582e39073f1ce8553357ffadc640.zip | |
(Lazy Properties): Minor fix.
| -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 4065aba4aef..f56f95b70d6 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -3470,7 +3470,7 @@ once for the same part of the buffer, you can use the variable | |||
| 3470 | @code{buffer-access-fontified-property}. | 3470 | @code{buffer-access-fontified-property}. |
| 3471 | 3471 | ||
| 3472 | @defvar buffer-access-fontified-property | 3472 | @defvar buffer-access-fontified-property |
| 3473 | If this value's variable is non-@code{nil}, it is a symbol which is used | 3473 | If this variable's value is non-@code{nil}, it is a symbol which is used |
| 3474 | as a text property name. A non-@code{nil} value for that text property | 3474 | as a text property name. A non-@code{nil} value for that text property |
| 3475 | means, ``the other text properties for this character have already been | 3475 | means, ``the other text properties for this character have already been |
| 3476 | computed.'' | 3476 | computed.'' |