summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2018-05-22 10:23:25 +0200
committerGitHub <noreply@github.com>2018-05-22 10:23:25 +0200
commit24560ad54c30704dee5b6c8ea25c209967d47da8 (patch)
tree56d3985909ad437c98d5d4c80d39f9c2c5c61212
parenta9ae0ebed10a3720610f4afa937765921524a079 (diff)
downloadirssi.github.io-master.zip
Fix missing escapes on expand_escapes docsHEADmaster
-rw-r--r--documentation/settings/index.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/settings/index.markdown b/documentation/settings/index.markdown
index dadc073..90bd6e0 100644
--- a/documentation/settings/index.markdown
+++ b/documentation/settings/index.markdown
@@ -542,9 +542,9 @@ See the [appendix](#a_credits) for credits and license information of this docum
> Detect escapes in input, and expand them to the characters they describe. For example
>
>>
->> t
+>> \t
>
-> Is literally '' and 't' when expand_escapes is off, but it's the tab character (chr 9) when expand_escapes is on.
+> Is literally '\\' and 't' when expand_escapes is off, but it's the tab character (chr 9) when expand_escapes is on.
{:#hide_colors}
` hide_colors = OFF `