aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2024-02-14 21:18:25 -0800
committerPaul Eggert2024-02-14 22:05:06 -0800
commit377e4212e9df293ba2021238bae2bdccf5c8b8d3 (patch)
tree7bafb4a397e147ba6a765da26a36858146ebd5f5 /doc/misc
parent7c32f3bcd6d390510d9463b3100255cecab41e1c (diff)
downloademacs-377e4212e9df293ba2021238bae2bdccf5c8b8d3.tar.gz
emacs-377e4212e9df293ba2021238bae2bdccf5c8b8d3.zip
Update from Gnulib by running admin/merge-gnulib
* lib/strftime.c: New file, copied from Gnulib.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/texinfo.tex37
1 files changed, 16 insertions, 21 deletions
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex
index e8c382f5967..93d592193a0 100644
--- a/doc/misc/texinfo.tex
+++ b/doc/misc/texinfo.tex
@@ -3,9 +3,9 @@
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{2023-09-19.19} 6\def\texinfoversion{2024-02-10.22}
7% 7%
8% Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc. 8% Copyright 1985, 1986, 1988, 1990-2024 Free Software Foundation, Inc.
9% 9%
10% This texinfo.tex file is free software: you can redistribute it and/or 10% This texinfo.tex file is free software: you can redistribute it and/or
11% modify it under the terms of the GNU General Public License as 11% modify it under the terms of the GNU General Public License as
@@ -5238,14 +5238,14 @@ $$%
5238% the current value of \escapechar. 5238% the current value of \escapechar.
5239\def\escapeisbackslash{\escapechar=`\\} 5239\def\escapeisbackslash{\escapechar=`\\}
5240 5240
5241% Use \ in index files by default. texi2dvi didn't support @ as the escape 5241% Uncomment to use \ in index files by default. Old texi2dvi (before 2019)
5242% character (as it checked for "\entry" in the files, and not "@entry"). When 5242% didn't support @ as the escape character (as it checked for "\entry" in
5243% the new version of texi2dvi has had a chance to become more prevalent, then 5243% the files, and not "@entry").
5244% the escape character can change back to @ again. This should be an easy 5244% In the future we can remove this flag and simplify the code for
5245% change to make now because both @ and \ are only used as escape characters in 5245% index files and backslashes, once the support is no longer likely to be
5246% index files, never standing for themselves. 5246% useful.
5247% 5247%
5248\set txiindexescapeisbackslash 5248% \set txiindexescapeisbackslash
5249 5249
5250% Write the entry in \indextext to the index file. 5250% Write the entry in \indextext to the index file.
5251% 5251%
@@ -6137,8 +6137,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
6137% normally unnmhead0 calls unnumberedzzz: 6137% normally unnmhead0 calls unnumberedzzz:
6138\outer\parseargdef\unnumbered{\unnmhead0{#1}} 6138\outer\parseargdef\unnumbered{\unnmhead0{#1}}
6139\def\unnumberedzzz#1{% 6139\def\unnumberedzzz#1{%
6140 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 6140 \global\advance\unnumberedno by 1
6141 \global\advance\unnumberedno by 1
6142 % 6141 %
6143 % Since an unnumbered has no number, no prefix for figures. 6142 % Since an unnumbered has no number, no prefix for figures.
6144 \global\let\chaplevelprefix = \empty 6143 \global\let\chaplevelprefix = \empty
@@ -6194,8 +6193,8 @@ might help (with 'rm \jobname.?? \jobname.??s')%
6194% normally calls unnumberedseczzz: 6193% normally calls unnumberedseczzz:
6195\outer\parseargdef\unnumberedsec{\unnmhead1{#1}} 6194\outer\parseargdef\unnumberedsec{\unnmhead1{#1}}
6196\def\unnumberedseczzz#1{% 6195\def\unnumberedseczzz#1{%
6197 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 6196 \global\advance\unnumberedno by 1
6198 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}% 6197 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno}%
6199} 6198}
6200 6199
6201% Subsections. 6200% Subsections.
@@ -6218,9 +6217,8 @@ might help (with 'rm \jobname.?? \jobname.??s')%
6218% normally calls unnumberedsubseczzz: 6217% normally calls unnumberedsubseczzz:
6219\outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}} 6218\outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}}
6220\def\unnumberedsubseczzz#1{% 6219\def\unnumberedsubseczzz#1{%
6221 \global\subsubsecno=0 \global\advance\subsecno by 1 6220 \global\advance\unnumberedno by 1
6222 \sectionheading{#1}{subsec}{Ynothing}% 6221 \sectionheading{#1}{subsec}{Ynothing}{\the\unnumberedno}%
6223 {\the\unnumberedno.\the\secno.\the\subsecno}%
6224} 6222}
6225 6223
6226% Subsubsections. 6224% Subsubsections.
@@ -6244,9 +6242,8 @@ might help (with 'rm \jobname.?? \jobname.??s')%
6244% normally unnumberedsubsubseczzz: 6242% normally unnumberedsubsubseczzz:
6245\outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}} 6243\outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}}
6246\def\unnumberedsubsubseczzz#1{% 6244\def\unnumberedsubsubseczzz#1{%
6247 \global\advance\subsubsecno by 1 6245 \global\advance\unnumberedno by 1
6248 \sectionheading{#1}{subsubsec}{Ynothing}% 6246 \sectionheading{#1}{subsubsec}{Ynothing}{\the\unnumberedno}%
6249 {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}%
6250} 6247}
6251 6248
6252% These macros control what the section commands do, according 6249% These macros control what the section commands do, according
@@ -8205,8 +8202,6 @@ might help (with 'rm \jobname.?? \jobname.??s')%
8205 \let\commondummyword\unmacrodo 8202 \let\commondummyword\unmacrodo
8206 \xdef\macrolist{\macrolist}% 8203 \xdef\macrolist{\macrolist}%
8207 \endgroup 8204 \endgroup
8208 \else
8209 \errmessage{Macro #1 not defined}%
8210 \fi 8205 \fi
8211} 8206}
8212 8207