From 9eae55d2835b6a7958565fc2fe5a663db21b4ba5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 Apr 2001 14:51:21 +0000 Subject: [PATCH] Fully document \d. --- lispref/objects.texi | 6 +++--- 1 file 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}} -- 2.39.2