# HG changeset patch # User Richard M. Stallman # Date 1150471314 0 # Node ID a358bd87a24245e113377f7d355d7f2c025cb265 # Parent f86289963a5c568a6fcfb08a6f60084548cfa4f2 (Special Properties): String value of `read-only' serves as the error message. diff -r f86289963a5c -r a358bd87a242 lispref/text.texi --- a/lispref/text.texi Fri Jun 16 15:19:06 2006 +0000 +++ b/lispref/text.texi Fri Jun 16 15:21:54 2006 +0000 @@ -3098,7 +3098,8 @@ @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