# HG changeset patch # User Dave Love # Date 980196743 0 # Node ID e6bffd5c528757ed6893596d419aaa9c1a6793e0 # Parent 26912db550c3ab0a3fffa17837f4861a4a68a860 *** empty log message *** diff -r 26912db550c3 -r e6bffd5c5287 lispref/objects.texi --- a/lispref/objects.texi Mon Jan 22 20:50:42 2001 +0000 +++ b/lispref/objects.texi Mon Jan 22 20:52:23 2001 +0000 @@ -439,7 +439,7 @@ 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 -r 26912db550c3 -r e6bffd5c5287 man/programs.texi --- a/man/programs.texi Mon Jan 22 20:50:42 2001 +0000 +++ b/man/programs.texi Mon Jan 22 20:52:23 2001 +0000 @@ -1969,11 +1969,11 @@ 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