diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-02-20 21:43:25 +0700 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-02-20 21:43:25 +0700 |
commit | 127ac19145207e292e179056ab9a5956f00fac32 (patch) | |
tree | 4dfc855697346d75f97817f072fb388c811bd7a8 /doc | |
parent | 2675b2147b5ccc7782535e5f662847768bb8b442 (diff) | |
download | tdebase-127ac19145207e292e179056ab9a5956f00fac32.tar.gz tdebase-127ac19145207e292e179056ab9a5956f00fac32.zip |
Added support for "Delete session" in Kate session panel.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kate/fundamentals.docbook | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/kate/fundamentals.docbook b/doc/kate/fundamentals.docbook index 507fc6032..ca0423abc 100644 --- a/doc/kate/fundamentals.docbook +++ b/doc/kate/fundamentals.docbook @@ -157,7 +157,7 @@ Shows license information. <listitem> <para> Starts &kate; with the session <parameter>name</parameter>. If the session does not exist, -the user is prompted whether to start a new session or not.<p> +a new session with the specified name is created.<p> If a &kate; instance running the specified session already exists, the specified files are loaded in that instance. </para> @@ -522,8 +522,7 @@ session chooser, the specified session is loaded prior to the files specified on the command line. To open files from the command line in a new, unnamed session, configure kate to start a new session per default in the session page of the configuration dialog or use <option>--start</option> with an empty string: -<replaceable>''</replaceable> (you will be prompted whether to create a new session -or not).</para> +<replaceable>''</replaceable>.</para> <para>Since &kate; 2.5.1 the <acronym>PID</acronym> of the current instance is exported to the environment variable <envar>KATE_PID</envar>. When opening files |