# HG changeset patch # User Richard M. Stallman # Date 987951081 0 # Node ID 1c8b0cb32917523c003443c210a7f8913dd16f2a # Parent bc508b45796a20fef4b218cf9852d5ed4eacf3af Fully document \d. diff -r bc508b45796a -r 1c8b0cb32917 lispref/objects.texi --- 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}}