X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6ccb9cab43613632ece4f62d9ee28d694bc1d666..cd950da:/doc/emacs/vc1-xtra.texi diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index 96e171855a..9cbe4b544f 100644 --- a/doc/emacs/vc1-xtra.texi +++ b/doc/emacs/vc1-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004-2013 Free Software Foundation, Inc. +@c Copyright (C) 2004-2016 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in vc-xtra.texi (when producing the @@ -59,7 +59,7 @@ As above, but only find entries for the current buffer's file. For example, suppose the first line of @file{ChangeLog} is dated 1999-04-10, and that the only check-in since then was by Nathaniel Bowditch to @file{rcs2log} on 1999-05-22 with log entry @samp{Ignore -log messages that start with `#'.}. Then @kbd{C-x v a} inserts this +log messages that start with '#'.}. Then @kbd{C-x v a} inserts this @file{ChangeLog} entry: @iftex @@ -69,7 +69,7 @@ log messages that start with `#'.}. Then @kbd{C-x v a} inserts this @group 1999-05-22 Nathaniel Bowditch - * rcs2log: Ignore log messages that start with `#'. + * rcs2log: Ignore log messages that start with '#'. @end group @end smallexample @iftex @@ -113,7 +113,7 @@ Prompt for a file name, delete the file from the working tree, and schedule the deletion for committing. @item M-x vc-rename-file -Prompt for two file names, @var{VAR} and @var{OLD}, rename them in the +Prompt for two file names, @var{var} and @var{old}, rename them in the working tree, and schedule the renaming for committing. @end table @@ -430,7 +430,7 @@ that @kbd{C-x v ~} saves old versions to @end ifnottex except for the additional dot (@samp{.}) after the version. The relevant VC commands can use both kinds of version backups. The main -difference is that the ``manual'' version backups made by @kbd{C-x v +difference is that the manual version backups made by @kbd{C-x v ~} are not deleted automatically when you commit. @cindex locking (CVS)