Git commit febd939e59c91cbb8b0263d0a1ff7c6bec2fde4f by Burkhard Lück. Committed on 06/03/2017 at 20:47. Pushed by lueck into branch 'master'.
fix %USER% -> %USERPROFILE% forgotten in REVIEW:129880 M +1 -1 doc/katepart/development.docbook https://commits.kde.org/kate/febd939e59c91cbb8b0263d0a1ff7c6bec2fde4f diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index 63cfdd015..90b1216bb 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -242,7 +242,7 @@ GenericDataLocation</option></userinput> which usually is </para> <para>On &Windows; these files are located <filename>%USERPROFILE%/AppData/Local/org.kde.syntax-highlighting/syntax</filename>. -<replaceable>%USER%</replaceable> usually expands to <filename>C:\\Users\\<replaceable>user</replaceable></filename>.</para> +<replaceable>%USERPROFILE%</replaceable> usually expands to <filename>C:\\Users\\<replaceable>user</replaceable></filename>.</para> <variablelist> <title>Main sections of &kappname; Highlight Definition files</title>
