* doc/emacs/maintaining.texi (Basic VC Editing, VC Pull, Merging):
* doc/emacs/basic.texi (Erasing, Basic Undo): Fix markup.
+2012-06-29 Chong Yidong <cyd@gnu.org>
+
+ * maintaining.texi (Basic VC Editing, VC Pull, Merging):
+ * basic.texi (Erasing, Basic Undo): Fix markup.
+
2012-06-26 Glenn Morris <rgm@gnu.org>
* fixit.texi (Undo): Grammar fixes. (Bug#11779)
Delete the character before point, or the region if it is active
(@code{delete-backward-char}).
-@itemx @key{Delete}
+@item @key{Delete}
Delete the character after point, or the region if it is active
(@code{delete-forward-char}).
@item C-/
Undo one entry of the undo records---usually, one command worth
(@code{undo}).
-@itemx C-x u
+
+@item C-x u
@itemx C-_
The same.
@end table
one revision for each changed file.
@table @kbd
-@itemx C-x v v
+@item C-x v v
Perform the next appropriate version control operation on the current
VC fileset.
@end table
@subsubsection Pulling Changes into a Branch
@table @kbd
-@itemx C-x v +
+@item C-x v +
On a decentralized version control system, update the current branch
by ``pulling in'' changes from another location.
@cindex merging changes
@table @kbd
-@itemx C-x v m
+@item C-x v m
On a decentralized version control system, merge changes from another
branch into the current one.