diff doc/interpreter/basics.txi @ 11487:0f14c093476e

Add <BACKSPACE> documentation to cursor movement section.
author Rik <octave@nomad.inbox5.com>
date Wed, 12 Jan 2011 09:38:08 -0800
parents a1deab9a6e71
children fd0a3ac60b0e
line wrap: on
line diff
--- a/doc/interpreter/basics.txi
+++ b/doc/interpreter/basics.txi
@@ -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.