diff options
| author | Paul Eggert | 2015-04-30 08:48:53 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-30 08:49:13 -0700 |
| commit | 4be98d812563ec40fe5186b06fc6da9b3c36ea03 (patch) | |
| tree | 063fa33f48e7ace722714a648eddeff82042d2c8 | |
| parent | f4ad42936e0b83caca91389a977d7258b69ed40a (diff) | |
| download | emacs-4be98d812563ec40fe5186b06fc6da9b3c36ea03.tar.gz emacs-4be98d812563ec40fe5186b06fc6da9b3c36ea03.zip | |
Merge from gnulib
* doc/misc/texinfo.tex: Update from gnulib.
| -rw-r--r-- | doc/misc/texinfo.tex | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex index 8236d7d2f82..dc53be82196 100644 --- a/doc/misc/texinfo.tex +++ b/doc/misc/texinfo.tex | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | % Load plain if necessary, i.e., if running under initex. | 3 | % Load plain if necessary, i.e., if running under initex. |
| 4 | \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi | 4 | \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi |
| 5 | % | 5 | % |
| 6 | \def\texinfoversion{2015-02-05.16} | 6 | \def\texinfoversion{2015-04-29.11} |
| 7 | % | 7 | % |
| 8 | % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, | 8 | % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, |
| 9 | % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 9 | % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| @@ -9836,6 +9836,17 @@ directory should work if nowhere else does.} | |||
| 9836 | \def\nonasciistringdefs{% | 9836 | \def\nonasciistringdefs{% |
| 9837 | \setnonasciicharscatcode\active | 9837 | \setnonasciicharscatcode\active |
| 9838 | \def\defstringchar##1{\def##1{\string##1}}% | 9838 | \def\defstringchar##1{\def##1{\string##1}}% |
| 9839 | % | ||
| 9840 | \defstringchar^^80\defstringchar^^81\defstringchar^^82\defstringchar^^83% | ||
| 9841 | \defstringchar^^84\defstringchar^^85\defstringchar^^86\defstringchar^^87% | ||
| 9842 | \defstringchar^^88\defstringchar^^89\defstringchar^^8a\defstringchar^^8b% | ||
| 9843 | \defstringchar^^8c\defstringchar^^8d\defstringchar^^8e\defstringchar^^8f% | ||
| 9844 | % | ||
| 9845 | \defstringchar^^90\defstringchar^^91\defstringchar^^92\defstringchar^^93% | ||
| 9846 | \defstringchar^^94\defstringchar^^95\defstringchar^^96\defstringchar^^97% | ||
| 9847 | \defstringchar^^98\defstringchar^^99\defstringchar^^9a\defstringchar^^9b% | ||
| 9848 | \defstringchar^^9c\defstringchar^^9d\defstringchar^^9e\defstringchar^^9f% | ||
| 9849 | % | ||
| 9839 | \defstringchar^^a0\defstringchar^^a1\defstringchar^^a2\defstringchar^^a3% | 9850 | \defstringchar^^a0\defstringchar^^a1\defstringchar^^a2\defstringchar^^a3% |
| 9840 | \defstringchar^^a4\defstringchar^^a5\defstringchar^^a6\defstringchar^^a7% | 9851 | \defstringchar^^a4\defstringchar^^a5\defstringchar^^a6\defstringchar^^a7% |
| 9841 | \defstringchar^^a8\defstringchar^^a9\defstringchar^^aa\defstringchar^^ab% | 9852 | \defstringchar^^a8\defstringchar^^a9\defstringchar^^aa\defstringchar^^ab% |