comparison doc/misc/ada-mode.texi @ 101823:1f59294f1587

* ada-mode.texi (No project files): Fix typo. (Bug#2214)
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 05 Feb 2009 23:38:36 +0000
parents 92111f082ebc
children 9bcea07061a8
comparison
equal deleted inserted replaced
101822:dfb524fba23c 101823:1f59294f1587
747 point is put at the place of the error in the @file{hello.adb} buffer. 747 point is put at the place of the error in the @file{hello.adb} buffer.
748 748
749 To fix the error, change the line to be 749 To fix the error, change the line to be
750 750
751 @example 751 @example
752 Ada.Text_IO.Put_Line ("hello from hello.adb"): 752 Ada.Text_IO.Put_Line ("hello from hello.adb");
753 @end example 753 @end example
754 754
755 Now invoke @key{Ada | Show main}; this displays @file{Ada mode main: hello}. 755 Now invoke @key{Ada | Show main}; this displays @file{Ada mode main: hello}.
756 756
757 Now (in buffer @file{hello.adb}), invoke @key{Ada | Build}. You are 757 Now (in buffer @file{hello.adb}), invoke @key{Ada | Build}. You are