From 98289e92f80405fcc8af7b5bb14ff1d02e9ca9f4 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Sep 2015 06:21:13 +0000 Subject: 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 --- doc/syntax/literals.rdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/syntax/literals.rdoc b/doc/syntax/literals.rdoc index 438fd18d1e..4d8a9a210d 100644 --- a/doc/syntax/literals.rdoc +++ b/doc/syntax/literals.rdoc @@ -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. -- cgit v1.2.3