]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a few minor markup errors.
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Aug 2001 18:46:16 +0000 (18:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Aug 2001 18:46:16 +0000 (18:46 +0000)
man/ada-mode.texi

index 13c0ffa004c013bcf10e9b172eafe27a04953099..24551fed87721e13cf6cdd990d8992081f2ad948 100644 (file)
@@ -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.