From: Jay Belanger Date: Mon, 20 Sep 2004 15:26:14 +0000 (+0000) Subject: (Notations Used in This Manual): Put in an earlier mention that DEL X-Git-Tag: ttn-vms-21-2-B4~4872 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=909a758ab60cbd6e2c37532a4c8af771924ee513;p=emacs.git (Notations Used in This Manual): Put in an earlier mention that DEL could be called Backspace. --- diff --git a/man/calc.texi b/man/calc.texi index 2ada16ce1bf..4aee142d198 100644 --- a/man/calc.texi +++ b/man/calc.texi @@ -544,6 +544,9 @@ held down are shown as @kbd{C-x}. Keys pressed with Meta held down 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.