aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-22 20:52:23 +0000
committerDave Love2001-01-22 20:52:23 +0000
commitc99554b1f61bfe371a61d21f89fada90eaf6963b (patch)
treed06b238324bb82a55ff0053402d66ceee9f56902
parente294b7f1bf06719d35ffb89995c34e7c30c4eb75 (diff)
downloademacs-c99554b1f61bfe371a61d21f89fada90eaf6963b.tar.gz
emacs-c99554b1f61bfe371a61d21f89fada90eaf6963b.zip
*** empty log message ***
-rw-r--r--lispref/objects.texi2
-rw-r--r--man/programs.texi8
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.
439and the hexadecimal character code. You can use any number of hex 439and the hexadecimal character code. You can use any number of hex
440digits, so you can represent any character code in this way. 440digits, so you can represent any character code in this way.
441Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the 441Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the
442character @kbd{C-a}, and @code{?\x8e0} for the character 442character @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
1969packages only. 1969packages only.
1970 1970
1971With Ada, it is possible to have the same name used for different 1971With Ada, it is possible to have the same name used for different
1972entity kind (e.g. same name for a procedure and a function). Also, 1972entity kinds (e.g.@: the same name for a procedure and a function). Also,
1973for things like package, procedures and functions, there is the spec 1973for 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
1975facilitate the choice to the user, a tag value is appended with a 1975facilitate the choice to the user, a tag value is appended with a
1976qualifier : 1976qualifier:
1977 1977
1978@table @asis 1978@table @asis
1979@item function 1979@item function