]> git.eshelyaron.com Git - emacs.git/commitdiff
Fully document \d.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2001 14:51:21 +0000 (14:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2001 14:51:21 +0000 (14:51 +0000)
lispref/objects.texi

index ca1c9222d31d6d75ef388d6db184987393c4775b..8c557acdc041b6f18cf5672ea6d47eacdb80e7b4 100644 (file)
@@ -280,9 +280,9 @@ way to write the space character.  If the character is @samp{\}, you
 @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}}