Kaydet (Commit) 31ab298d authored tarafından Fred Drake's avatar Fred Drake

Remove the dollar sign from the formatting of environment variables --

too Unix-specific, and not really needed.  (Already fixed the HTML
formatting, but forgot to mention it in the checkin for python.perl 1.94.)
üst 0a8690a0
......@@ -805,9 +805,9 @@
$\!\rfloor\!$%
}}
\newcommand{\envvar}[1]{%
\$#1% $ <-- bow to font-lock 3 times!
\index{#1@{\$#1}}% $
\index{environment variables!{\$#1}}% $
#1%
\index{#1@{#1}}%
\index{environment variables!{#1}}%
}
\newcommand{\makevar}[1]{#1} % variable in a Makefile
\newcommand{\character}[1]{\samp{#1}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment