From 039e12dc1051388fb852ee496adf016380cfd38d Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 30 Sep 2021 09:29:23 -0400 Subject: Fixed Windows-specific path display in the manual. --- docs/manual.md | 4 ++-- 1 file 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. -- cgit v1.2.3