Replaced many abc' to abc`.

Added 16.05 branch.

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1591 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-06-16 12:15:58 +00:00
parent 24b363ac17
commit a4b2f9f415
2882 changed files with 59503 additions and 158 deletions

View File

@@ -71,7 +71,7 @@ A simple string -- specimen of Simple_string -- is a [[#Strings|String]] consist
|-
| NL (LF) || %N || Newline
|-
| ` || %Q || Backquote
| `` ` `` || %Q || Backquote
|-
| CR || %R || Carriage return
|-
@@ -540,7 +540,7 @@ External ::= <code>external</code> External_language <nowiki>[External_name]</no
External_language ::= Unregistered_language | [[#Registered languages|Registered_language]]
Unregistered_language ::= [[#Manifest strings|Manifest_string]]
External_name ::= <code>alias</code> [[#Manifest strings|Manifest_string]]
{{note|If the `inline' keyword is used in the Registered_language part, then External_name part is the inline code on the specified language.}}
{{note|If the `inline` keyword is used in the Registered_language part, then External_name part is the inline code on the specified language.}}
===Registered languages ===