aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manual.md
diff options
context:
space:
mode:
authorGravatar mitchell <none@none>2021-09-30 09:29:23 -0400
committerGravatar mitchell <none@none>2021-09-30 09:29:23 -0400
commit039e12dc1051388fb852ee496adf016380cfd38d (patch)
tree7b80e4939bcc5f614b2c0331a6210570ee514a2b /docs/manual.md
parent6c4034421637b61063075742d231aadda2455a78 (diff)
Fixed Windows-specific path display in the manual.
Diffstat (limited to 'docs/manual.md')
-rw-r--r--docs/manual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual.md b/docs/manual.md
index c9f40d87..2bb3a2f1 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -90,8 +90,8 @@ may be of help.
Textadept stores all settings and user data in a local user directory that varies, depending
on the platform. This directory can also be configured using command line arguments. On
-Windows systems, the default user directory is *C:\Users\username\.textadept\\*
-or *C:\Documents and Settings\username\.textadept\\*; on macOS, the default
+Windows systems, the default user directory is *C:\\Users\\username\\.textadept\\*
+or *C:\\Documents and Settings\\username\\.textadept\\*; on macOS, the default
user directory is */Users/username/.textadept/*; and on Linux and BSD, it is
*/home/username/.textadept/*. (Substitute *username* for your actual user name.) From this point
forward, the manual will use *~/.textadept/* in place of any platform-specific user data directory.