From: Richard M. Stallman Date: Sun, 22 Apr 2001 14:51:21 +0000 (+0000) Subject: Fully document \d. X-Git-Tag: emacs-pretest-21.0.103~154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9eae55d2835b6a7958565fc2fe5a663db21b4ba5;p=emacs.git Fully document \d. --- 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}}