diff options
Diffstat (limited to 'documentation/settings/index.markdown')
-rw-r--r-- | documentation/settings/index.markdown | 4 |
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 ` |