Mercurial > emacs
changeset 37418:1c8b0cb32917
Fully document \d.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Apr 2001 14:51:21 +0000 |
parents | bc508b45796a |
children | 201fa171a6e2 |
files | lispref/objects.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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}}