aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-01 18:11:11 +0200
committerEli Zaretskii2015-12-01 18:11:11 +0200
commite702ab8d843dd416b6721c2e05be832d69ad1977 (patch)
treeb552c398e0b4d0ff44ad8049ab162c354e5541fb /etc
parent628d0063f8dbd238df4103c84112f3a19315f590 (diff)
downloademacs-e702ab8d843dd416b6721c2e05be832d69ad1977.tar.gz
emacs-e702ab8d843dd416b6721c2e05be832d69ad1977.zip
Document 'inhibit-read-only' property
* doc/lispref/text.texi (Special Properties): Describe the new 'inhibit-read-only' text property. Add cross-reference to where read-only buffers are described. * doc/lispref/buffers.texi (Read Only Buffers): Mention that 'inhibit-read-only' property exempts text from being read-only. Add cross-reference to "Special Properties". * etc/NEWS: Move the entry about 'inhibit-read-only' property to its place and mark it documented.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0e38db6544d..b9e0bd4ba24 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -181,9 +181,6 @@ for use in Emacs bug reports.
181hiding character but the default `.' can be used by let-binding the 181hiding character but the default `.' can be used by let-binding the
182variable `read-hide-char'. 182variable `read-hide-char'.
183 183
184** A new text property `inhibit-read-only' can be used in read-only
185buffers to allow certain parts of the text to be writable.
186
187** A new function `directory-files-recursively' returns all matching 184** A new function `directory-files-recursively' returns all matching
188files (recursively) under a directory. 185files (recursively) under a directory.
189 186
@@ -1142,8 +1139,12 @@ process filter, sentinel, etc., through keyword arguments (similar to
1142 1139
1143+++ 1140+++
1144** New variable `inhibit-message', when bound to non-nil, inhibits 1141** New variable `inhibit-message', when bound to non-nil, inhibits
1145 `message' and related functions from displaying messages the Echo 1142`message' and related functions from displaying messages the Echo
1146 Area. The output is still logged to the *Messages* buffer. 1143Area. The output is still logged to the *Messages* buffer.
1144
1145+++
1146** A new text property `inhibit-read-only' can be used in read-only
1147buffers to allow certain parts of the text to be writable.
1147 1148
1148** `read-buffer' takes a new `predicate' argument. 1149** `read-buffer' takes a new `predicate' argument.
1149 1150