summaryrefslogtreecommitdiff
path: root/help/manual
diff options
context:
space:
mode:
authorBartosz Leper <bl.nero@gmail.com>2015-06-25 09:50:52 +0200
committerBartosz Leper <bl.nero@gmail.com>2015-06-25 09:50:52 +0200
commit809e1a4673a275ed2adebb3e1b30610654585d98 (patch)
tree9ae3bf7e16c13ef92304539fc86b746242fdb754 /help/manual
parent029aaeb82708b67d1dd0b3e86e8980e5caa37b15 (diff)
downloadsnap-809e1a4673a275ed2adebb3e1b30610654585d98.tar.gz
snap-809e1a4673a275ed2adebb3e1b30610654585d98.zip
Don't treat the exclamation point in Snap logo as sentence-ending character
Diffstat (limited to 'help/manual')
-rw-r--r--help/manual/common/defs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/manual/common/defs.tex b/help/manual/common/defs.tex
index 50f0c24..52fe21d 100644
--- a/help/manual/common/defs.tex
+++ b/help/manual/common/defs.tex
@@ -13,7 +13,7 @@
\newcommand{\Snap}[1]{%
\textsf{%
Snap%
- \ifx\\#1\\\textit{!}%
+ \ifx\\#1\\\textit{!\@}%
\else #1%
\fi%
}%