aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>1996-08-31 19:08:16 +0000
committerKarl Berry <karl@gnu.org>1996-08-31 19:08:16 +0000
commit89946ae37a343c5830d5d52c97c65987a36cca46 (patch)
tree0f6e40f066e8b61e77ae61940837cf4568b4f2ab
parentb50c02f97bc1845cc247cf5972ede73f6ac5f7c8 (diff)
downloadgcc-89946ae37a343c5830d5d52c97c65987a36cca46.zip
gcc-89946ae37a343c5830d5d52c97c65987a36cca46.tar.gz
gcc-89946ae37a343c5830d5d52c97c65987a36cca46.tar.bz2
(\key): Do not uppercase the argument; key names
can be mixed case, e.g., `Control'. From-SVN: r12685
-rw-r--r--gcc/texinfo.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/texinfo.tex b/gcc/texinfo.tex
index d870bc1..043835e 100644
--- a/gcc/texinfo.tex
+++ b/gcc/texinfo.tex
@@ -35,7 +35,7 @@
% This automatically updates the version number based on RCS.
\def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}}
-\deftexinfoversion$Revision: 2.178 $
+\deftexinfoversion$Revision: 2.179 $
\message{Loading texinfo package [Version \texinfoversion]:}
% If in a .fmt file, print the version number
@@ -1197,7 +1197,7 @@ where each line of input produces a line of output.}
\def\key#1{{\smallrm\textfont2=\smallsy \leavevmode\hbox{%
\raise0.4pt\hbox{$\langle$}\kern-.08em\vtop{%
\vbox{\hrule\kern-0.4pt
- \hbox{\raise0.4pt\hbox{\vphantom{$\langle$}}\uppercase{#1}}}%
+ \hbox{\raise0.4pt\hbox{\vphantom{$\langle$}}#1}}%
\kern-0.4pt\hrule}%
\kern-.06em\raise0.4pt\hbox{$\rangle$}}}}
%\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}