Skip to content

Commit 594affa

Browse files
committed
[macros] Replace \xspace with \space in library description macros
1 parent 75eb2b8 commit 594affa

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
@@ -222,7 +222,7 @@
222222

223223
%% Library function descriptions
224224
\newcommand{\Fundescx}[1]{\textit{#1}}
225-
\newcommand{\Fundesc}[1]{\Fundescx{#1:}\xspace}
225+
\newcommand{\Fundesc}[1]{\Fundescx{#1:}\space}
226226
\newcommand{\required}{\Fundesc{Required behavior}}
227227
\newcommand{\requires}{\Fundesc{Requires}}
228228
\newcommand{\effects}{\Fundesc{Effects}}
@@ -245,7 +245,7 @@
245245
\newcommand{\templalias}{\Fundesc{Alias template}}
246246

247247
%% Cross reference
248-
\newcommand{\xref}{\textsc{See also:}\xspace}
248+
\newcommand{\xref}{\textsc{See also:}\space}
249249

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

0 commit comments

Comments
 (0)