diff options
Diffstat (limited to 'doc/emacs/files.texi')
-rw-r--r-- | doc/emacs/files.texi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 1199573cc05..93883e847ee 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1664,15 +1664,6 @@ RCS normally use locking; CVS and Subversion normally use merging but can be configured to do locking. Later systems such as GNU Arch and Mercurial always use merging. -@findex vc-toggle-read-only -@kindex C-x C-q @r{(Version Control)} - As a special convenience that is particularly useful for files with -locking, you can let Emacs check a file in or out whenever you change -its read-only flag. This means, for example, that you cannot -accidentally edit a file without properly checking it out first. To -achieve this, bind the key @kbd{C-x C-q} to @kbd{vc-toggle-read-only} -in your @file{~/.emacs} file. (@xref{Init Rebinding}.) - @node VC With A Locking VCS @subsubsection Basic Version Control with Locking |