]> git.eshelyaron.com Git - emacs.git/commitdiff
Texinfo markup fixes for Emacs manual.
authorChong Yidong <cyd@gnu.org>
Fri, 29 Jun 2012 14:54:02 +0000 (22:54 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 29 Jun 2012 14:54:02 +0000 (22:54 +0800)
* doc/emacs/maintaining.texi (Basic VC Editing, VC Pull, Merging):
* doc/emacs/basic.texi (Erasing, Basic Undo): Fix markup.

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

index 9f255986c0bf30acb42b9f26adaac0ad988b7328..0d31e64b3079c541bf31fc78c1855787c71a933d 100644 (file)
@@ -1,3 +1,8 @@
+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)
index 2650b55811fac051b363585f83c5e3d2d7554478..71e59e4738d4d38b93a2cffa4ead31679a962325 100644 (file)
@@ -345,7 +345,7 @@ moves down into it.
 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}).
 
@@ -403,7 +403,8 @@ commands.
 @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
index 32f49d92ce8002f4ad228a8f179a1c8fd80628f4..3517500cd51a73039fa8c808454f6ccb81a89798 100644 (file)
@@ -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.