diff options
| author | Chong Yidong | 2012-09-23 18:46:50 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-09-23 18:46:50 +0800 |
| commit | e109c4a6514ce0e930f63df1ead56eda1703afcf (patch) | |
| tree | f1a258be38f7b304561abff46a4fe4ad8fdc35fa /etc | |
| parent | 9a93067632c0fc183ad5fb4ef44edc4ea8373716 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -94,7 +94,7 @@ respectively, without exiting from the prompt. | |||
| 94 | next and previous path separator, respectively. | 94 | next 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 |
| 100 | that does not have its own specialized help text. | 100 | that 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", |
| 144 | and sorted above the other "available" packages by default. | 144 | and 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'. |
| 147 | This minor mode replaces `toggle-read-only', which is now obsolete. | 148 | This minor mode replaces `toggle-read-only', which is now obsolete. |
| 148 | 149 | ||