diff options
| author | Glenn Morris | 2009-07-09 02:52:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-09 02:52:40 +0000 |
| commit | 220d9aa6133f1009691d9798e1e1e5667d14144a (patch) | |
| tree | 2881e983575d84a50add020a5bb380367bcb7d30 | |
| parent | 2358ae546100768f2678dcd55c94c36c6cf1901e (diff) | |
| download | emacs-220d9aa6133f1009691d9798e1e1e5667d14144a.tar.gz emacs-220d9aa6133f1009691d9798e1e1e5667d14144a.zip | |
(Revision Tags): Fix typo.
| -rw-r--r-- | doc/emacs/ChangeLog | 11 | ||||
| -rw-r--r-- | doc/emacs/vc1-xtra.texi | 5 |
2 files changed, 14 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 1d08b71eb96..6a001779ad9 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2009-07-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (texinfodir): New variable, with location of texinfo.tex. | ||
| 4 | (ENVADD): Add texinfodir to TEXINPUTS. | ||
| 5 | |||
| 6 | * emacs.texi (Top): Fix cross-reference. | ||
| 7 | |||
| 8 | * maintaining.texi (VC Directory Buffer): Fix cross-reference. | ||
| 9 | |||
| 10 | * vc1-xtra.texi (Revision Tags): Fix typo. | ||
| 11 | |||
| 1 | 2009-07-03 Glenn Morris <rgm@gnu.org> | 12 | 2009-07-03 Glenn Morris <rgm@gnu.org> |
| 2 | 13 | ||
| 3 | * emerge-xtra.texi (Emerge): Tweak Misc menu description. | 14 | * emerge-xtra.texi (Emerge): Tweak Misc menu description. |
diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index 26f3382055d..0e9cf152a4d 100644 --- a/doc/emacs/vc1-xtra.texi +++ b/doc/emacs/vc1-xtra.texi | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | @c This is part of the Emacs manual. | 1 | @c This is part of the Emacs manual. |
| 2 | @c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 2 | @c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 |
| 3 | @c Free Software Foundation, Inc. | ||
| 3 | @c See file emacs.texi for copying conditions. | 4 | @c See file emacs.texi for copying conditions. |
| 4 | @c | 5 | @c |
| 5 | @c This file is included either in vc-xtra.texi (when producing the | 6 | @c This file is included either in vc-xtra.texi (when producing the |
| @@ -213,7 +214,7 @@ repository using @kbd{C-u C-x v v cvs @key{RET}}. | |||
| 213 | @dfn{tag} is a named set of file versions (one for each registered | 214 | @dfn{tag} is a named set of file versions (one for each registered |
| 214 | file) that you can treat as a unit. In a VCS with per-repository | 215 | file) that you can treat as a unit. In a VCS with per-repository |
| 215 | version numbers (Subversion and most later ones) a tag is simply | 216 | version numbers (Subversion and most later ones) a tag is simply |
| 216 | a symbolic name for a revsion. | 217 | a symbolic name for a revision. |
| 217 | 218 | ||
| 218 | One important kind of tag is a @dfn{release}, a (theoretically) | 219 | One important kind of tag is a @dfn{release}, a (theoretically) |
| 219 | stable version of the system that is ready for distribution to users. | 220 | stable version of the system that is ready for distribution to users. |