diff options
author | Chong Yidong <cyd@gnu.org> | 2011-10-23 22:57:53 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2011-10-23 22:57:53 +0800 |
commit | da97a9e66a0f2cd705d26cc2c5bb21f810e892f1 (patch) | |
tree | 82a887a277b680edb7d7ac5a20f95a315e17719c /doc/emacs/buffers.texi | |
parent | 86c606818495d9411fd5d6b1477f9a097eb18020 (diff) | |
download | emacs-da97a9e66a0f2cd705d26cc2c5bb21f810e892f1.tar.gz |
Document scroll bar changes in Emacs manual.
* doc/emacs/buffers.texi (Misc Buffer): Don't mention vc-toggle-read-only.
* doc/emacs/frames.texi (Scroll Bars): GTK uses right scroll bars now.
(Tool Bars): Copyedits.
Diffstat (limited to 'doc/emacs/buffers.texi')
-rw-r--r-- | doc/emacs/buffers.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index aed5473ac15..302693aecef 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -229,9 +229,8 @@ have special commands to operate on the text; also by visiting a file whose access control says you cannot write it. @findex toggle-read-only - If you wish to make changes in a read-only buffer, use the command -@kbd{C-x C-q} (@code{toggle-read-only}). It makes a read-only buffer -writable, and makes a writable buffer read-only. This works by + The command @kbd{C-x C-q} (@code{toggle-read-only}) makes a read-only +buffer writable, and makes a writable buffer read-only. This works by setting the variable @code{buffer-read-only}, which has a local value in each buffer and makes the buffer read-only if its value is non-@code{nil}. |