diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-02 07:20:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-02 07:20:33 +0000 |
commit | a31b405e933b6b4bcb6a384bef8849f89c140029 (patch) | |
tree | 72510ab18028f62b213ca58b7afa42d06c05b80e /doc/emacs/buffers.texi | |
parent | 25e94278c3e592422f67404b75c9997a68f6b797 (diff) | |
download | emacs-a31b405e933b6b4bcb6a384bef8849f89c140029.tar.gz |
vc-toggle-read-only is no longer a good idea.
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 0cb4f596d9c..4d8fa5ad51e 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -239,9 +239,8 @@ 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}. If you have files under version control, you may find it convenient to bind @kbd{C-x C-q} to @code{vc-toggle-read-only} -instead. Then, typing @kbd{C-x C-q} not only changes the read-only -flag, but it also checks the file in or out. @xref{Version -Control}. +instead. This will guard you against an operation that will confuse +most modern version-conmtrol systems. @xref{Version Control}. @findex rename-buffer @kbd{M-x rename-buffer} changes the name of the current buffer. You |