summaryrefslogtreecommitdiff
path: root/lispref/objects.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-04-22 14:51:21 +0000
committerRichard M. Stallman <rms@gnu.org>2001-04-22 14:51:21 +0000
commit9eae55d2835b6a7958565fc2fe5a663db21b4ba5 (patch)
tree015ec5cba09176bde914029447acc975cd8a3a61 /lispref/objects.texi
parenta99d2d64aac28bda00817e049c90d5a13d4e50ac (diff)
downloademacs-9eae55d2835b6a7958565fc2fe5a663db21b4ba5.tar.gz
Fully document \d.
Diffstat (limited to 'lispref/objects.texi')
-rw-r--r--lispref/objects.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index ca1c9222d31..8c557acdc04 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -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}}