# HG changeset patch # User Rik # Date 1294853888 28800 # Node ID 0f14c093476e8c8bf6b83c6f5ceb2388f0a07e22 # Parent a1deab9a6e71aa196ba83f83c49761d0c1cb76dd Add documentation to cursor movement section. diff -r a1deab9a6e71 -r 0f14c093476e doc/ChangeLog --- a/doc/ChangeLog Wed Jan 12 03:40:19 2011 -0500 +++ b/doc/ChangeLog Wed Jan 12 09:38:08 2011 -0800 @@ -1,3 +1,7 @@ +2011-01-12 Rik + + * interpreter/basics.txi: Add to cursor movement section. + 2011-01-12 John W. Eaton * interpreter/basics.txi (Commands For History): diff -r a1deab9a6e71 -r 0f14c093476e doc/interpreter/basics.txi --- a/doc/interpreter/basics.txi Wed Jan 12 03:40:19 2011 -0500 +++ b/doc/interpreter/basics.txi Wed Jan 12 09:38:08 2011 -0800 @@ -445,8 +445,11 @@ @item C-f Move forward one character. +@item @key{BACKSPACE} +Delete the character to the left of the cursor. + @item @key{DEL} -Delete the character to the left of the cursor. +Delete the character underneath the cursor. @item C-d Delete the character underneath the cursor.