comparison 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
comparison
equal deleted inserted replaced
11486:a1deab9a6e71 11487:0f14c093476e
443 Move back one character. 443 Move back one character.
444 444
445 @item C-f 445 @item C-f
446 Move forward one character. 446 Move forward one character.
447 447
448 @item @key{BACKSPACE}
449 Delete the character to the left of the cursor.
450
448 @item @key{DEL} 451 @item @key{DEL}
449 Delete the character to the left of the cursor. 452 Delete the character underneath the cursor.
450 453
451 @item C-d 454 @item C-d
452 Delete the character underneath the cursor. 455 Delete the character underneath the cursor.
453 456
454 @item M-f 457 @item M-f