From: Dave Love Date: Mon, 22 Jan 2001 20:52:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.96~157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c99554b1f61bfe371a61d21f89fada90eaf6963b;p=emacs.git *** empty log message *** --- diff --git a/lispref/objects.texi b/lispref/objects.texi index 9b862ae9dcd..90236daf658 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -439,7 +439,7 @@ important than the @sc{ascii} representation. and the hexadecimal character code. You can use any number of hex digits, so you can represent any character code in this way. Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the -character @kbd{C-a}, and @code{?\x8e0} for the character +character @kbd{C-a}, and @code{?\x8e0} for the Latin-1 character @iftex @samp{@`a}. @end iftex diff --git a/man/programs.texi b/man/programs.texi index bd44386036c..6f84d6ce39c 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1969,11 +1969,11 @@ tags. Use the @samp{--packages-only} option to create tags for packages only. With Ada, it is possible to have the same name used for different -entity kind (e.g. same name for a procedure and a function). Also, -for things like package, procedures and functions, there is the spec -(i.e. the interface) and the body (i.e. the implementation). To +entity kinds (e.g.@: the same name for a procedure and a function). Also, +for things like packages, procedures and functions, there is the spec +(i.e.@: the interface) and the body (i.e.@: the implementation). To facilitate the choice to the user, a tag value is appended with a -qualifier : +qualifier: @table @asis @item function