# HG changeset patch # User Jay Belanger # Date 1095693974 0 # Node ID 8570fe13efbbd02e8819d7ae6401825320fd099d # Parent fe97fe43464ad7de7f4bee5a42c4aacbcc455194 (Notations Used in This Manual): Put in an earlier mention that DEL could be called Backspace. diff -r fe97fe43464a -r 8570fe13efbb man/calc.texi --- a/man/calc.texi Mon Sep 20 15:26:00 2004 +0000 +++ b/man/calc.texi Mon Sep 20 15:26:14 2004 +0000 @@ -544,6 +544,9 @@ are shown as @kbd{M-x}. Other notations are @key{RET} for the Return key, @key{SPC} for the space bar, @key{TAB} for the Tab key, @key{DEL} for the Delete key, and @key{LFD} for the Line-Feed key. +The @key{DEL} key is called Backspace on some keyboards, it is +whatever key you would use to correct a simple typing error when +regularly using Emacs. (If you don't have the @key{LFD} or @key{TAB} keys on your keyboard, the @kbd{C-j} and @kbd{C-i} keys are equivalent to them, respectively.