summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>2007-06-17 15:23:15 +0000
committerKarl Berry <karl@gnu.org>2007-06-17 15:23:15 +0000
commit624e5973f3ec101a81ebf93fb4b230e54ad769aa (patch)
treee3816b674bf497ba7cb0bd594eaac3f8203ab43a
parent5d503af95242be6b575060bba69c15d6456897df (diff)
downloademacs-624e5973f3ec101a81ebf93fb4b230e54ad769aa.tar.gz
update from texinfo
-rw-r--r--man/texinfo.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/man/texinfo.tex b/man/texinfo.tex
index 0f3c750a645..017eeac5d6d 100644
--- a/man/texinfo.tex
+++ b/man/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2007-05-04.09}
+\def\texinfoversion{2007-06-16.10}
%
% Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5765,11 +5765,11 @@ end
% regular 0x27.
%
\def\codequoteright{%
- \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax
- '%
- \else
- \char'15
- \fi
+ \expandafter\ifx\csname SETtxicodequoteundirected\endcsname\relax
+ \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax
+ '%
+ \else \char'15 \fi
+ \else \char'15 \fi
}
%
% and a similar option for the left quote char vs. a grave accent.
@@ -5777,11 +5777,11 @@ end
% the code environments to do likewise.
%
\def\codequoteleft{%
- \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax
- `%
- \else
- \char'22
- \fi
+ \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax
+ \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax
+ `%
+ \else \char'22 \fi
+ \else \char'22 \fi
}
%
\begingroup