mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
literals.rdoc: add DEL [ci skip]
* doc/syntax/literals.rdoc (Strings): [DOC] add DEL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6989f24117
commit
2b89d63e61
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@ sequences are as follows:
|
|||
\cx or \C-x control character, where x is an ASCII printable character
|
||||
\M-x meta character, where x is an ASCII printable character
|
||||
\M-\C-x meta control character, where x is an ASCII printable character
|
||||
\M-\cx same as above
|
||||
\c\M-x same as above
|
||||
\c? or \C-? delete, ASCII 7Fh (DEL)
|
||||
|
||||
Any other charater followed by a backslash is interpreted as the
|
||||
character itself.
|
||||
|
|
Loading…
Reference in a new issue