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 /doc/lispref/ChangeLog | |
| 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 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b813ac6bb1c..82fb5eb4975 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-09-23 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * buffers.texi (Read Only Buffers): Document read-only-mode. | ||
| 4 | |||
| 5 | * keymaps.texi (Alias Menu Items): Replace toggle-read-only with | ||
| 6 | read-only-mode. | ||
| 7 | |||
| 8 | * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for | ||
| 9 | calling conventions. | ||
| 10 | |||
| 1 | 2012-09-22 Chong Yidong <cyd@gnu.org> | 11 | 2012-09-22 Chong Yidong <cyd@gnu.org> |
| 2 | 12 | ||
| 3 | * searching.texi (Replacing Match): Minor clarification. | 13 | * searching.texi (Replacing Match): Minor clarification. |