summaryrefslogtreecommitdiff
path: root/man/ada-mode.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-08-20 18:46:16 +0000
committerEli Zaretskii <eliz@gnu.org>2001-08-20 18:46:16 +0000
commit1cd0f7e32b5a598d54d82c5d701da58ac9eb9389 (patch)
tree91a15f17dd43311d9c9023eb70a815d74ed6549f /man/ada-mode.texi
parente9c806049cf78d59803c01290ab3df0f8e5c4d37 (diff)
downloademacs-1cd0f7e32b5a598d54d82c5d701da58ac9eb9389.tar.gz
Fix a few minor markup errors.
Diffstat (limited to 'man/ada-mode.texi')
-rw-r--r--man/ada-mode.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/ada-mode.texi b/man/ada-mode.texi
index 13c0ffa004c..24551fed877 100644
--- a/man/ada-mode.texi
+++ b/man/ada-mode.texi
@@ -475,18 +475,18 @@ default project file for this directory and is used implicitly for other
sources unless specified otherwise by the user.
@item
-look for the corresponding .ali file in the @code{obj_dir} defined
+look for the corresponding @samp{.ali} file in the @code{obj_dir} defined
in the project file. If this file can not be found, emacs proposes to
compile the source using the @code{comp_cmd} defined in the project file
in order to create the ali file.
@item
-when cross referencing is requested, the .ali file is parsed to
+when cross referencing is requested, the @samp{.ali} file is parsed to
determine the file and line of the identifier definition. It is
-possible for the .ali file to be older than the source file, in which
-case it will be recompiled if the variable @code{ada-xref-create-ali} is
-set, otherwise the reference is searched in the obsolete ali file with
-possible inaccurate results.
+possible for the @samp{.ali} file to be older than the source file,
+in which case it will be recompiled if the variable
+@code{ada-xref-create-ali} is set, otherwise the reference is searched
+in the obsolete ali file with possible inaccurate results.
@item
look for the file containing the declaration using the source
@@ -621,8 +621,8 @@ This is a very fast way to do completion, and the casing of words will
also be respected.
The second method is specific to Ada buffer, and even to users of the
-Gnat compiler. Emacs will search the cross-information found in the .ali
-files generated by Gnat for possible completions.
+Gnat compiler. Emacs will search the cross-information found in the
+@samp{.ali} files generated by Gnat for possible completions.
The main advantage is that this completion is more accurate: only
existing identifier will be suggested, you don't need to have a file
@@ -1008,7 +1008,7 @@ One of the variables you can set in your project file,
environment, and if yes for which target. The default command used for
compilation will add this @code{cross_prefix} in front of the name:
@code{gcc} will become @code{cross_prefix}-@code{gcc}, @code{gnatmake}
-will become @code{cross_prefix}-@code{gnatmake}, ...
+will become @code{cross_prefix}-@code{gnatmake}, @enddots{}
This will also modify the way your application is run and debugged,
although this is not implemented at the moment.