From a9bcd1f1126a8e0d0bb78d474aa5fb7874106919 Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 20 Aug 2012 14:22:10 +0000 Subject: [PATCH] Initiative to replace "Eiffel language" and similar with "Eiffel programming language" Author:halw Date:2012-08-20T14:22:10.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1146 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-editor/automatic-completion/index.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/automatic-completion/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/automatic-completion/index.wiki index 79aec32a..7ace9d76 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/automatic-completion/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/automatic-completion/index.wiki @@ -3,7 +3,7 @@ [[Property:uuid|eb89d090-6998-7dbe-6430-26d30eb87a32]] EiffelStudio editor includes new features designed to help write Eiffel code. Automatic completion is one of those. This feature is available in three contexts: -* [[Syntax auto complete]]: when the user types some expression defined in the Eiffel language. +* [[Syntax auto complete]]: when the user types some expression defined in the Eiffel programming language. * [[Feature call auto complete]]: when the user enters a feature call. * [[Class name auto complete]]: when the user enters a class name.