summaryrefslogtreecommitdiff
path: root/doc/emacs/maintaining.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-06-29 22:54:02 +0800
committerChong Yidong <cyd@gnu.org>2012-06-29 22:54:02 +0800
commit3812efdc6c3e112e623afe67482ac0af0da3bcee (patch)
tree75eea237abc56bce8c2cb29080153b0da1bde872 /doc/emacs/maintaining.texi
parent3d8b9024adf6136edd3f7b7edf70a88b6ab8a61b (diff)
Texinfo markup fixes for Emacs manual.
* doc/emacs/maintaining.texi (Basic VC Editing, VC Pull, Merging): * doc/emacs/basic.texi (Erasing, Basic Undo): Fix markup.
Diffstat (limited to 'doc/emacs/maintaining.texi')
-rw-r--r--doc/emacs/maintaining.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 32f49d92ce..3517500cd5 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -426,7 +426,7 @@ VC fileset is handled individually; for example, a commit generates
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
@@ -1326,7 +1326,7 @@ commit will be committed to that specific branch.
@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.
@@ -1366,7 +1366,7 @@ updates the current VC fileset from the repository.
@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.