emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/man/files.texi
Date: Tue, 04 Feb 2003 09:53:38 -0500

Index: emacs/man/files.texi
diff -c emacs/man/files.texi:1.80 emacs/man/files.texi:1.81
*** emacs/man/files.texi:1.80   Sat Feb  1 09:35:11 2003
--- emacs/man/files.texi        Tue Feb  4 09:53:27 2003
***************
*** 1083,1089 ****
    If you visit two names for the same file, normally Emacs makes
  two different buffers, but it warns you about the situation.
  
! @vindex find-file-existing-other-name 
  @vindex find-file-suppress-same-file-warnings
    Normally, if you visit a file which Emacs is already visiting under
  a different name, Emacs displays a message in the echo area and uses
--- 1083,1089 ----
    If you visit two names for the same file, normally Emacs makes
  two different buffers, but it warns you about the situation.
  
! @vindex find-file-existing-other-name
  @vindex find-file-suppress-same-file-warnings
    Normally, if you visit a file which Emacs is already visiting under
  a different name, Emacs displays a message in the echo area and uses
***************
*** 1112,1118 ****
    @dfn{Version control systems} are packages that can record multiple
  versions of a source file, usually storing the unchanged parts of the
  file just once.  Version control systems also record history information
! such as the creation time of each version, who created it, and a 
  description of what was changed in that version.
  
    The Emacs version control interface is called VC.  Its commands work
--- 1112,1118 ----
    @dfn{Version control systems} are packages that can record multiple
  versions of a source file, usually storing the unchanged parts of the
  file just once.  Version control systems also record history information
! such as the creation time of each version, who created it, and a
  description of what was changed in that version.
  
    The Emacs version control interface is called VC.  Its commands work
***************
*** 1239,1245 ****
  @node Types of Log File
  @subsubsection Types of Log File
  @cindex types of log file
! @cindex log File, types of 
  @cindex version control log
  
  GNU projects under a revision control system generally possess
--- 1239,1245 ----
  @node Types of Log File
  @subsubsection Types of Log File
  @cindex types of log file
! @cindex log File, types of
  @cindex version control log
  
  GNU projects under a revision control system generally possess
***************
*** 1310,1317 ****
  * Advanced C-x v v::    Advanced features available with a prefix argument.
  * Log Buffer::          Features available in log entry buffers.
  @end menu
!                
! @node VC with Locking                 
  @subsubsection Basic Version Control with Locking
  
    If locking is used for the file (as with SCCS, and RCS in its default
--- 1310,1317 ----
  * Advanced C-x v v::    Advanced features available with a prefix argument.
  * Log Buffer::          Features available in log entry buffers.
  @end menu
! 
! @node VC with Locking
  @subsubsection Basic Version Control with Locking
  
    If locking is used for the file (as with SCCS, and RCS in its default
***************
*** 1540,1546 ****
  * Registering::         Putting a file under version control.
  * VC Status::           Viewing the VC status of files.
  * VC Undo::             Cancelling changes before or after check-in.
! * VC Dired Mode::       Listing files managed by version control. 
  * VC Dired Commands::   Commands to use in a VC Dired buffer.
  @end menu
  
--- 1540,1546 ----
  * Registering::         Putting a file under version control.
  * VC Status::           Viewing the VC status of files.
  * VC Undo::             Cancelling changes before or after check-in.
! * VC Dired Mode::       Listing files managed by version control.
  * VC Dired Commands::   Commands to use in a VC Dired buffer.
  @end menu
  
***************
*** 1807,1813 ****
  * Switching Branches::    How to get to another existing branch.
  * Creating Branches::     How to start a new branch.
  * Merging::               Transferring changes between branches.
! * Multi-User Branching::  Multiple users working at multiple branches 
                              in parallel.
  @end menu
  
--- 1807,1813 ----
  * Switching Branches::    How to get to another existing branch.
  * Creating Branches::     How to start a new branch.
  * Merging::               Transferring changes between branches.
! * Multi-User Branching::  Multiple users working at multiple branches
                              in parallel.
  @end menu
  
***************
*** 2225,2231 ****
  
  @menu
  * Change Logs and VC::  Generating a change log file from log entries.
! * Renaming and VC::     A command to rename both the source and master 
                            file correctly.
  * Version Headers::     Inserting version control headers into working files.
  @end menu
--- 2225,2231 ----
  
  @menu
  * Change Logs and VC::  Generating a change log file from log entries.
! * Renaming and VC::     A command to rename both the source and master
                            file correctly.
  * Version Headers::     Inserting version control headers into working files.
  @end menu




reply via email to

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