diff options
| author | Dave Love | 2001-01-22 20:52:23 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-22 20:52:23 +0000 |
| commit | c99554b1f61bfe371a61d21f89fada90eaf6963b (patch) | |
| tree | d06b238324bb82a55ff0053402d66ceee9f56902 | |
| parent | e294b7f1bf06719d35ffb89995c34e7c30c4eb75 (diff) | |
| download | emacs-c99554b1f61bfe371a61d21f89fada90eaf6963b.tar.gz emacs-c99554b1f61bfe371a61d21f89fada90eaf6963b.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/objects.texi | 2 | ||||
| -rw-r--r-- | man/programs.texi | 8 |
2 files changed, 5 insertions, 5 deletions
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. | |||
| 439 | and the hexadecimal character code. You can use any number of hex | 439 | and the hexadecimal character code. You can use any number of hex |
| 440 | digits, so you can represent any character code in this way. | 440 | digits, so you can represent any character code in this way. |
| 441 | Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the | 441 | Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the |
| 442 | character @kbd{C-a}, and @code{?\x8e0} for the character | 442 | character @kbd{C-a}, and @code{?\x8e0} for the Latin-1 character |
| 443 | @iftex | 443 | @iftex |
| 444 | @samp{@`a}. | 444 | @samp{@`a}. |
| 445 | @end iftex | 445 | @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 | |||
| 1969 | packages only. | 1969 | packages only. |
| 1970 | 1970 | ||
| 1971 | With Ada, it is possible to have the same name used for different | 1971 | With Ada, it is possible to have the same name used for different |
| 1972 | entity kind (e.g. same name for a procedure and a function). Also, | 1972 | entity kinds (e.g.@: the same name for a procedure and a function). Also, |
| 1973 | for things like package, procedures and functions, there is the spec | 1973 | for things like packages, procedures and functions, there is the spec |
| 1974 | (i.e. the interface) and the body (i.e. the implementation). To | 1974 | (i.e.@: the interface) and the body (i.e.@: the implementation). To |
| 1975 | facilitate the choice to the user, a tag value is appended with a | 1975 | facilitate the choice to the user, a tag value is appended with a |
| 1976 | qualifier : | 1976 | qualifier: |
| 1977 | 1977 | ||
| 1978 | @table @asis | 1978 | @table @asis |
| 1979 | @item function | 1979 | @item function |