emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/buffers.texi


From: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/man/buffers.texi
Date: Tue, 16 Jul 2002 13:59:16 -0400

Index: emacs/man/buffers.texi
diff -c emacs/man/buffers.texi:1.20 emacs/man/buffers.texi:1.21
*** emacs/man/buffers.texi:1.20 Thu Nov  1 08:29:25 2001
--- emacs/man/buffers.texi      Tue Jul 16 13:59:16 2002
***************
*** 181,187 ****
  
  @table @kbd
  @item C-x C-q
! Toggle read-only status of buffer (@code{vc-toggle-read-only}).
  @item M-x rename-buffer @key{RET} @var{name} @key{RET}
  Change the name of the current buffer.
  @item M-x rename-uniquely
--- 181,187 ----
  
  @table @kbd
  @item C-x C-q
! Toggle read-only status of buffer (@code{toggle-read-only}).
  @item M-x rename-buffer @key{RET} @var{name} @key{RET}
  Change the name of the current buffer.
  @item M-x rename-uniquely
***************
*** 191,199 ****
  @end table
  
  @kindex C-x C-q
- @c Don't index vc-toggle-read-only here, it is indexed in files.texi,
- @c in the node "Basic VC Editing".
- @c @findex vc-toggle-read-only
  @vindex buffer-read-only
  @cindex read-only buffer
    A buffer can be @dfn{read-only}, which means that commands to change
--- 191,196 ----
***************
*** 203,216 ****
  have special commands to operate on the text; also by visiting a file
  whose access control says you cannot write it.
  
    If you wish to make changes in a read-only buffer, use the command
! @kbd{C-x C-q} (@code{vc-toggle-read-only}).  It makes a read-only buffer
! writable, and makes a writable buffer read-only.  In most cases, 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
! address@hidden  If the file is maintained with version control,
! @kbd{C-x C-q} works through the version control system to change the
! read-only status of the file as well as the buffer.  @xref{Version
  Control}.
  
  @findex rename-buffer
--- 200,215 ----
  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 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
! address@hidden  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}.
  
  @findex rename-buffer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]