aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-09-23 18:46:50 +0800
committerChong Yidong2012-09-23 18:46:50 +0800
commite109c4a6514ce0e930f63df1ead56eda1703afcf (patch)
treef1a258be38f7b304561abff46a4fe4ad8fdc35fa /etc
parent9a93067632c0fc183ad5fb4ef44edc4ea8373716 (diff)
downloademacs-e109c4a6514ce0e930f63df1ead56eda1703afcf.tar.gz
emacs-e109c4a6514ce0e930f63df1ead56eda1703afcf.zip
Doc updates for read-only-mode.
* buffers.texi (Misc Buffer): Replace toggle-read-only with read-only-mode. * files.texi (Visiting): Likewise. * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for calling conventions. * buffers.texi (Read Only Buffers): Document read-only-mode. * keymaps.texi (Alias Menu Items): Replace toggle-read-only with read-only-mode.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ebeab85e403..dc60aaa138f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -94,7 +94,7 @@ respectively, without exiting from the prompt.
94next and previous path separator, respectively. 94next and previous path separator, respectively.
95 95
96** Mode line changes 96** Mode line changes
97 97---
98*** New option `mode-line-default-help-echo' specifies the help text 98*** New option `mode-line-default-help-echo' specifies the help text
99(shown in a tooltip or in the echo area) for any part of the mode line 99(shown in a tooltip or in the echo area) for any part of the mode line
100that does not have its own specialized help text. 100that does not have its own specialized help text.
@@ -143,6 +143,7 @@ or expression to evaluate.
143** In the Package Menu, newly-available packages are listed as "new", 143** In the Package Menu, newly-available packages are listed as "new",
144and sorted above the other "available" packages by default. 144and sorted above the other "available" packages by default.
145 145
146+++
146** `C-x C-q' is now bound to the new minor mode `read-only-mode'. 147** `C-x C-q' is now bound to the new minor mode `read-only-mode'.
147This minor mode replaces `toggle-read-only', which is now obsolete. 148This minor mode replaces `toggle-read-only', which is now obsolete.
148 149