diff lispref/objects.texi @ 37418:1c8b0cb32917

Fully document \d.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Apr 2001 14:51:21 +0000
parents 3a9bdf46b7db
children 0f05936702f1
line wrap: on
line diff
--- a/lispref/objects.texi	Sun Apr 22 09:09:37 2001 +0000
+++ b/lispref/objects.texi	Sun Apr 22 14:51:21 2001 +0000
@@ -280,9 +280,9 @@
 @cindex escape
 @cindex @samp{\e}
   You can express the characters Control-g, backspace, tab, newline,
-vertical tab, formfeed, return, and escape as @samp{?\a}, @samp{?\b},
-@samp{?\t}, @samp{?\n}, @samp{?\v}, @samp{?\f}, @samp{?\r}, @samp{?\e},
-respectively.  Thus,
+vertical tab, formfeed, return, del, and escape as @samp{?\a},
+@samp{?\b}, @samp{?\t}, @samp{?\n}, @samp{?\v}, @samp{?\f},
+@samp{?\r}, @samp{?\d}, and @samp{?\e}, respectively.  Thus,
 
 @example
 ?\a @result{} 7                 ; @r{@kbd{C-g}}