changeset 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 49368dbf0822
files doc/ChangeLog doc/interpreter/basics.txi
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <octave@nomad.inbox5.com>
+
+	* interpreter/basics.txi: Add <BACKSPACE> to cursor movement section.
+
 2011-01-12  John W. Eaton  <jwe@octave.org>
 
 	* interpreter/basics.txi (Commands For History):
--- 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.