]> code.delx.au - gnu-emacs/commitdiff
Fix the build of the Emacs User manual.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Nov 2014 09:32:53 +0000 (11:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Nov 2014 09:32:53 +0000 (11:32 +0200)
 doc/emacs/maintaining.texi (Version Control Systems): Move "@end itemize"
 past the last @item.  Fix a typo (reported by H. Dieter Wilhelm
 <dieter@duenenhof-wilhelm.de>).

doc/emacs/ChangeLog
doc/emacs/maintaining.texi

index f5109e0091035cec50d517cb2cfea5a196783dc7..aa9804fa94cf1635783482c5ab31ac1314826e58 100644 (file)
@@ -1,3 +1,12 @@
+2014-11-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * maintaining.texi (Version Control Systems): Move "@end itemize"
+       past the last @item.
+
+2014-11-21  H. Dieter Wilhelm  <dieter@duenenhof-wilhelm.de>
+
+       * maintaining.texi (Version Control Systems): Fix a typo.
+
 2014-11-20  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * maintaining.texi: Document SRC support.
index 761e67db6709549a70269125ced87bdefbb842c2..ea6d60d5e65b490ae1eeac2d223bea1fd2972148 100644 (file)
@@ -191,7 +191,6 @@ exception of repository sync operations.
 Bazaar (bzr) is a decentralized version control system that supports
 both repository-based and decentralized versioning.  VC supports most
 basic editing operations under Bazaar.
-@end itemize
 
 @cindex SRC
 @cindex src
@@ -199,11 +198,12 @@ basic editing operations under Bazaar.
 SRC (src) is RCS, reloaded - a specialized version-control system
 designed for single-file projects worked on by only one person. It
 allows multiple files with independent version-control histories to
-exisr in one directory, and is thus particularly well suited for
+exist in one directory, and is thus particularly well suited for
 maintaining small documents, scripts, and dotfiles.  While it uses RCS
 for revision storage, it presents a modern user interface featuring
 lockless operation and integer sequential version numbers.  VC
 supports almost all SRC operations.
+@end itemize
 
 @node VCS Concepts
 @subsubsection Concepts of Version Control