From 9a17c6f6e70bde3a9af1b7511633a54161a3cfde Mon Sep 17 00:00:00 2001
From: Carsten  Rose <carsten.rose@math.uzh.ch>
Date: Sun, 16 Sep 2018 20:00:56 +0200
Subject: [PATCH] Manual.rst: Updates to STORE_USER

---
 extension/Documentation/Manual.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index cfef3edc8..2ea4c30ca 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -7229,8 +7229,9 @@ All places with `{{feUser:Y}}` has to be replaced by `{{feUser:UY}}`: ::
 Semester switch (remember last choice)
 ''''''''''''''''''''''''''''''''''''''
 
-A current semester is defined via configuration in STORE_SYSTEM '{{semId:Y}}'. The first column "'{{semId:SUY}}' AS '_=semId'" saves
-the semester to STORE_USER via '_=semId'. The priority 'SCUY' takes either the latest choose (STORE_SIP) or reuse the
+A current semester is defined via configuration in STORE_SYSTEM '{{semId:Y}}'. The first column in 10.sql
+`'{{semId:SUY}}' AS '_=semId'` saves
+the semester to STORE_USER via '_=semId'. The priority 'SUY' takes either the latest choose (STORE_SIP) or reuse the
 last used (STORE_USER) or (first time call during browser session) takes the default from config (STORE_SYSTEM): ::
 
     # Semester switch
-- 
GitLab