Skip to content

Commit 2351057

Browse files
jensmaurertkoeppe
authored andcommitted
[macros] Replace \xspace with \space in library description macros
1 parent 7670c1a commit 2351057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/macros.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223

224224
%% Library function descriptions
225225
\newcommand{\Fundescx}[1]{\textit{#1}}
226-
\newcommand{\Fundesc}[1]{\Fundescx{#1:}\xspace}
226+
\newcommand{\Fundesc}[1]{\Fundescx{#1:}\space}
227227
\newcommand{\required}{\Fundesc{Required behavior}}
228228
\newcommand{\requires}{\Fundesc{Requires}}
229229
\newcommand{\effects}{\Fundesc{Effects}}
@@ -246,7 +246,7 @@
246246
\newcommand{\templalias}{\Fundesc{Alias template}}
247247

248248
%% Cross reference
249-
\newcommand{\xref}{\textsc{See also:}\xspace}
249+
\newcommand{\xref}{\textsc{See also:}\space}
250250

251251
%% Inline parenthesized reference
252252
\newcommand{\iref}[1]{\nolinebreak[3] (\ref{#1})}

0 commit comments

Comments
 (0)