diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2017-09-15 23:37:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2017-09-15 23:37:24 +0900 |
commit | 73e2d6bc1c5d0d5ec4783b44f50a4d5d81d27afc (patch) | |
tree | 6979c1670fa6f7a82a8b502be8c10cdacc7c5210 /doc | |
parent | cd2fc7ba9120fac49ebe6ceaee51bc8eaf802d05 (diff) | |
parent | 6131095c14221ddbd16805059a9f3b3fc6c58225 (diff) | |
download | tdebase-73e2d6bc1c5d0d5ec4783b44f50a4d5d81d27afc.tar.gz tdebase-73e2d6bc1c5d0d5ec4783b44f50a4d5d81d27afc.zip |
Merge branch 'katesessions': add Kate session panel.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kate/fundamentals.docbook | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/kate/fundamentals.docbook b/doc/kate/fundamentals.docbook index c42614a71..05a56eac6 100644 --- a/doc/kate/fundamentals.docbook +++ b/doc/kate/fundamentals.docbook @@ -156,11 +156,10 @@ Shows license information. <option>-s</option> <option>--start</option> <parameter>name</parameter></userinput></term> <listitem> <para> -Starts kate with the session <parameter>name</parameter>. The session is created -if it does not exist already. If a &kate; instance running the specified session -exists, the specified files are loaded in that instance. When used with the -<option>--use</option> option, an instance running this session will be used as -well. +Starts &kate; with the session <parameter>name</parameter>. If the session does not exist, +a new session with the specified name is created. +If a &kate; instance running the specified session already exists, the specified files are +loaded in that instance. </para> </listitem> </varlistentry> @@ -170,7 +169,7 @@ well. <option>-u</option> <option>--use</option> <parameter>URL</parameter></userinput></term> <listitem> <para> -Causes &kate; to use and existing instance if there is one. If you want all +Causes &kate; to use an existing instance if there is one. If you want all documents to open in one kate instance, you can add this option to the default command in your &tde; application configuration, as well as create a shell alias in your command intepreter if it supports that. @@ -307,7 +306,7 @@ flexibility. In this section we'll look at three items: </term> <listitem> <para> -Toggles the Documents on and off. If the Documents/Filesystem Browser side bar +Toggles the Documents on and off. If the Documents/Filesystem Browser side bar window is not open, &kate; will open the side bar window.</para> </listitem> |