]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/basic.texi
Merge from emacs-24; up to 2012-05-01T00:16:02Z!rgm@gnu.org
[gnu-emacs] / doc / emacs / basic.texi
index bbcd1d62a8b5b7bea518a41011650797c18880fc..9c4b303d2826cdb7e4637b43d1bd8ff2a83348bf 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