]> git.eshelyaron.com Git - emacs.git/commitdiff
(Special Properties): String value of `read-only' serves as the error message.
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 2006 15:21:54 +0000 (15:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Jun 2006 15:21:54 +0000 (15:21 +0000)
lispref/text.texi

index 426ec1ef00f91d4b196e66866ff81b30c1241357..802c69145c55bedaec13116cfe1d707a304e0f95 100644 (file)
@@ -3098,7 +3098,8 @@ about this particular character.  @xref{Syntax Properties}.
 @kindex read-only @r{(text property)}
 If a character has the property @code{read-only}, then modifying that
 character is not allowed.  Any command that would do so gets an error,
-@code{text-read-only}.
+@code{text-read-only}.  If the property value is a string, that string
+is used as the error message.
 
 Insertion next to a read-only character is an error if inserting
 ordinary text there would inherit the @code{read-only} property due to