* doc/texinfo.tex (commonheadfootline): Rename from name mispelled with 'mmm' instead of 'mm’. All uses changed. --- ChangeLog | 7 +++++++ doc/texinfo.tex | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 49bba70d31..231f003962 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-12-09 Paul Eggert <[email protected]> + + Fix misspelling of "common" in texinfo.tex + * doc/texinfo.tex (commonheadfootline): + Rename from name mispelled with 'mmm' instead of 'mm’. + All uses changed. + 2019-12-01 Gavin Smith <[email protected]> * tp/Texinfo/ParserNonXS.pm (_convert_to_text): diff --git a/doc/texinfo.tex b/doc/texinfo.tex index a1805b5bbd..54771c9712 100644 --- a/doc/texinfo.tex +++ b/doc/texinfo.tex @@ -373,12 +373,12 @@ % Common context changes for both heading and footing. % Do this outside of the \shipout so @code etc. will be expanded in % the headline as they should be, not taken literally (outputting ''code). - \def\commmonheadfootline{\let\hsize=\txipagewidth \texinfochars} + \def\commonheadfootline{\let\hsize=\txipagewidth \texinfochars} % - \global\setbox\headlinebox = \vbox{\commmonheadfootline \makeheadline}% + \global\setbox\headlinebox = \vbox{\commonheadfootline \makeheadline}% % \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi - \global\setbox\footlinebox = \vbox{\commmonheadfootline \makefootline}% + \global\setbox\footlinebox = \vbox{\commonheadfootline \makefootline}% % {% % Set context for writing to auxiliary files like index files. -- 2.23.0
