diff options
| author | Richard M. Stallman | 2006-06-16 15:21:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-06-16 15:21:54 +0000 |
| commit | 55111a5638acea8b38cca671af7bbc2d47dbff52 (patch) | |
| tree | a0db5a2abef484c66198b694ba44f987379bd7da | |
| parent | 11bfb6938ac99f4c2286432b9b187993347e4130 (diff) | |
| download | emacs-55111a5638acea8b38cca671af7bbc2d47dbff52.tar.gz emacs-55111a5638acea8b38cca671af7bbc2d47dbff52.zip | |
(Special Properties): String value of `read-only' serves as the error message.
| -rw-r--r-- | lispref/text.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/text.texi b/lispref/text.texi index 426ec1ef00f..802c69145c5 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -3098,7 +3098,8 @@ about this particular character. @xref{Syntax Properties}. | |||
| 3098 | @kindex read-only @r{(text property)} | 3098 | @kindex read-only @r{(text property)} |
| 3099 | If a character has the property @code{read-only}, then modifying that | 3099 | If a character has the property @code{read-only}, then modifying that |
| 3100 | character is not allowed. Any command that would do so gets an error, | 3100 | character is not allowed. Any command that would do so gets an error, |
| 3101 | @code{text-read-only}. | 3101 | @code{text-read-only}. If the property value is a string, that string |
| 3102 | is used as the error message. | ||
| 3102 | 3103 | ||
| 3103 | Insertion next to a read-only character is an error if inserting | 3104 | Insertion next to a read-only character is an error if inserting |
| 3104 | ordinary text there would inherit the @code{read-only} property due to | 3105 | ordinary text there would inherit the @code{read-only} property due to |