# HG changeset patch # User Glenn Morris # Date 1247107960 0 # Node ID ce767480885f93b11d3f62f7bd1986b069d8d552 # Parent 68421a5189668b31c2e18307f86959050173419f (Revision Tags): Fix typo. diff -r 68421a518966 -r ce767480885f doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Thu Jul 09 02:52:26 2009 +0000 +++ b/doc/emacs/ChangeLog Thu Jul 09 02:52:40 2009 +0000 @@ -1,3 +1,14 @@ +2009-07-09 Glenn Morris + + * Makefile.in (texinfodir): New variable, with location of texinfo.tex. + (ENVADD): Add texinfodir to TEXINPUTS. + + * emacs.texi (Top): Fix cross-reference. + + * maintaining.texi (VC Directory Buffer): Fix cross-reference. + + * vc1-xtra.texi (Revision Tags): Fix typo. + 2009-07-03 Glenn Morris * emerge-xtra.texi (Emerge): Tweak Misc menu description. diff -r 68421a518966 -r ce767480885f doc/emacs/vc1-xtra.texi --- a/doc/emacs/vc1-xtra.texi Thu Jul 09 02:52:26 2009 +0000 +++ b/doc/emacs/vc1-xtra.texi Thu Jul 09 02:52:40 2009 +0000 @@ -1,5 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 +@c 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 @@ -213,7 +214,7 @@ @dfn{tag} is a named set of file versions (one for each registered file) that you can treat as a unit. In a VCS with per-repository version numbers (Subversion and most later ones) a tag is simply -a symbolic name for a revsion. +a symbolic name for a revision. One important kind of tag is a @dfn{release}, a (theoretically) stable version of the system that is ready for distribution to users.