1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fully document \d.

This commit is contained in:
Richard M. Stallman 2001-04-22 14:51:21 +00:00
parent a99d2d64aa
commit 9eae55d283

View File

@ -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}}